-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 765 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 765 Bytes
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
{
"version": "1.1.1",
"scripts": {
"release:major": "node ./bin/release.js major",
"release:minor": "node ./bin/release.js minor",
"release:patch": "node ./bin/release.js patch",
"build": "gulp",
"build:watch": "gulp watch",
"test": "./node_modules/karma/bin/karma start karma.conf.js",
"watch": "./node_modules/karma/bin/karma start karma.watch.js"
},
"license": "MIT",
"dependencies": {
"coffee-script": "1.7.1",
"gulp": "^3.8.7",
"gulp-coffee": "^2.1.1",
"gulp-concat": "^2.3.4",
"gulp-ng-annotate": "^0.3.0",
"gulp-uglify": "^0.3.1",
"karma": "0.12.16",
"karma-coffee-preprocessor": "0.2.1",
"karma-jasmine": "0.1.5",
"karma-phantomjs-launcher": "0.1.4",
"semver": "^4.2.0"
}
}