forked from davej/angular-classy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 706 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 706 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
27
28
{
"name": "angular-classy",
"scripts": {
"test": "gulp test",
"start": "gulp"
},
"author": "Dave Jeffery",
"license": "MIT",
"devDependencies": {
"coffee-script": "^1.7.1",
"event-stream": "^3.1.5",
"gulp": "^3.8.6",
"gulp-coffee": "^2.1.1",
"gulp-concat": "^2.3.3",
"gulp-insert": "^0.4.0",
"gulp-jsclosure": "0.0.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"karma": "^0.12.17",
"karma-benchmark": "^0.4.0",
"karma-benchmark-reporter": "^0.1.1",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"node-karma-wrapper": "^0.2.2"
}
}