-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "angular-classy",
"version": "1.2.4",
"main": "index.js",
"files": [
"index.js",
"angular-classy.js",
"angular-classy.min.js",
"angular-classy.min.js.map"
],
"repository": {
"type": "git",
"url": "https://github.com/davej/angular-classy.git"
},
"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-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.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": "^1.0.0",
"node-karma-wrapper": "^0.2.2",
"phantomjs-prebuilt": "^2.1.4"
}
}