-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 920 Bytes
/
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
{
"name": "ng-starter",
"version": "0.0.1",
"description": "Angularjs boilerplate",
"main": "app.js",
"scripts": {
"postinstall" : "bower install",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/raftalks/ng-starter"
},
"keywords": [
"boilerplate"
],
"author": "raftalks",
"license": "MIT",
"devDependencies": {
"del": "0.1.3",
"event-stream": "^3.1.7",
"gulp": "^3.8.8",
"gulp-angular-filesort": "^1.0.4",
"gulp-cache": "^0.2.4",
"gulp-concat": "^2.4.1",
"gulp-html2js": "^0.2.0",
"gulp-imagemin": "^1.0.1",
"gulp-inject": "^1.0.2",
"gulp-karma": "0.0.4",
"gulp-less": "^1.3.6",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "^0.3.10",
"gulp-sourcemaps": "^1.2.2",
"gulp-uglify": "^1.0.1",
"gulp-watch": "^1.0.7",
"karma": "^0.12.24",
"run-sequence": "^1.0.1"
}
}