-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.22 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
{
"author": "Stefan Hellström",
"name": "gulangco-plate",
"description": "Yupp, yet another AngularJS project boilerplate and build tool!",
"repository": {
"type": "git",
"url": "git://github.com/SteefTheBeef/gulangco-plate"
},
"dependencies": {
"angular": "^1.3.14",
"bower": "*",
"del": "*",
"gulp": "*"
},
"devDependencies": {
"coffee-script": "*",
"event-stream": "^3.2.2",
"gulp-angular-templatecache": "^1.5.0",
"gulp-coffee": "*",
"gulp-coffeelint": "^0.4.0",
"gulp-concat": "*",
"gulp-inject": "^1.2.0",
"gulp-karma": "*",
"gulp-ng-annotate": "*",
"gulp-plumber": "^1.0.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "*",
"gulp-util": "*",
"gulp-webserver": "^0.9.0",
"http-server": "^0.7.5",
"jasmine-core": "*",
"karma": "*",
"karma-chrome-launcher": "*",
"karma-coffee-preprocessor": "*",
"karma-jasmine": "*",
"karma-phantomjs-launcher": "*",
"phantomjs": "*",
"require-dir": "^0.1.0",
"stream-series": "^0.1.1",
"vinyl-source-stream": "^1.0.0"
}
}