-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
executable file
·48 lines (48 loc) · 1.49 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
{
"name": "Studio-v2",
"description": "KMC Video Studio V2",
"version": "2.0.0",
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "~1.4.1",
"grunt-ngmin": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-cssmin": "~4.0.0",
"grunt-shell": "~4.0.0",
"phantomjs": "*",
"karma": "~0.10.8",
"karma-junit-reporter": "*",
"karma-jasmine": "~0.1.4",
"karma-ng-scenario": "~0.1.0",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.1",
"karma-html2js-preprocessor": "~0.1.0",
"karma-firefox-launcher": "~0.1.2",
"karma-coffee-preprocessor": "~0.1.1",
"requirejs": "~2.1.9",
"karma-requirejs": "~0.2.0",
"karma-phantomjs-launcher": "~0.1.1",
"karma-ng-html2js-preprocessor": "~0.1.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-clean": "~2.0.0",
"grunt-angular-templates": "~0.5.1",
"grunt-contrib-less": "~2.0.0",
"grunt-contrib-jshint": "~3.2.0",
"grunt-contrib-watch": "~1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "grunt && npm run create:zip",
"create:zip": "cd _dist && zip -r studio_$TAG.zip .",
"release": "sh ./scripts/release.sh",
"pushTaggedReleaseV2": "git push --follow-tags --no-verify origin master"
},
"repository": {
"type": "git",
"url": "https://github.com/kaltura/player-studio.git"
},
"author": "Amir Chervinsky",
"license": "GNU",
"readmeFilename": "README.md"
}