-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
50 lines (50 loc) · 1.68 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "ziggeo-client-sdk",
"description": "Ziggeo API (https://ziggeo.com) allows you to integrate video recording and playback with only two lines of code in your site, service or app. This is the JavaScript Client SDK.",
"version": "2.43.3",
"author": "Ziggeo",
"repository": "https://github.com/Ziggeo/ziggeo-client-sdk.git",
"contributors": [
"Ziggeo"
],
"license": "Closed Source",
"scripts": {
"build": "grunt",
"tests": "grunt browserqunit",
"relink": "npm link betajs-scoped betajs-compile betajs betajs-browser betajs-dynamics betajs-shims betajs-media betajs-media-components",
"pushtags": "grunt gittag && git push origin --tags --force",
"reinstall": "rm -f package-lock.json && rm -rf node_modules && npm i && npm run relink",
"deploy": "git add . && git commit -a -m Auto-Deploy && git push origin master && npm publish && npm run pushtags"
},
"devDependencies": {
"grunt": "",
"grunt-contrib-concat": "",
"grunt-contrib-clean": "",
"grunt-node-qunit": "",
"qunit": "",
"grunt-text-replace": "",
"grunt-contrib-copy": "",
"grunt-contrib-csslint": "",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-cssmin": "",
"@google-cloud/translate": "",
"grunt-yaml": "",
"grunt-shell": "",
"grunt-template": "",
"js-yaml": "",
"jsdom": "~9.12.0",
"he": "",
"betajs-scoped": "",
"betajs": "",
"betajs-browser": "",
"betajs-dynamics": "",
"betajs-shims": "",
"betajs-media": "",
"betajs-media-components": "",
"betajs-compile": "",
"grunt-contrib-connect": "^1.0.2",
"grunt-node-qunit": "^2.0.2",
"grunt-shell": "^2.1.0",
"qunit": "^2.6.1"
}
}