-
Notifications
You must be signed in to change notification settings - Fork 97
/
package.json
44 lines (44 loc) · 1.12 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
44
{
"name": "healthy-gulp-angular",
"private": true,
"version": "0.0.0",
"repository": "",
"devDependencies": {
"body-parser": "^1.5.2",
"bower": "^1.3.1",
"del": "^1.1.1",
"event-stream": "^3.2.2",
"express": "^4.7.2",
"gulp": "^3.8.10",
"gulp-angular-filesort": "^1.0.4",
"gulp-concat": "^2.4.3",
"gulp-htmlhint": "0.0.9",
"gulp-htmlmin": "^1.0.0",
"gulp-inject": "^1.1.1",
"gulp-jshint": "^1.9.2",
"gulp-livereload": "^3.7.0",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-css": "^0.4.5",
"gulp-ng-html2js": "^0.1.8",
"gulp-nodemon": "^1.0.5",
"gulp-order": "^1.1.1",
"gulp-print": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.2",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.1.0",
"jshint-stylish": "^1.0.0",
"karma": "^0.10",
"karma-junit-reporter": "^0.2.2",
"main-bower-files": "^2.5.0",
"method-override": "^2.1.2",
"protractor": "^1.1.1",
"q": "^1.1.2",
"shelljs": "^0.2.6"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "node server.js"
}
}