-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.51 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
45
46
47
48
49
50
51
52
53
{
"name": "angular-gulp-skeleton",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"init": "npm install",
"install": "bower install",
"start": "node server/app.js"
},
"author": "Dennis Madsen",
"license": "ISC",
"dependencies": {
"body-parser": "^1.8.2",
"compression": "^1.1.0",
"cors": "^2.2.0",
"express": "^4.9.3",
"morgan": "^1.1.1"
},
"devDependencies": {
"browser-sync": "^2.6.4",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.6.0",
"gulp-autoprefixer": "^2.1.0",
"gulp-bower": "0.0.10",
"gulp-bump": "^0.3.0",
"gulp-csso": "^1.0.0",
"gulp-filter": "^2.0.2",
"gulp-imagemin": "^2.2.1",
"gulp-inject": "^1.2.0",
"gulp-jscs": "^1.5.2",
"gulp-jshint": "^1.10.0",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-html": "^1.0.2",
"gulp-ng-annotate": "^0.5.2",
"gulp-nodemon": "^2.0.2",
"gulp-plumber": "^1.0.0",
"gulp-rev": "^3.0.1",
"gulp-rev-replace": "^0.4.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-task-listing": "^1.0.0",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.1.2",
"gulp-watch": "^4.2.0",
"jshint-stylish": "^1.0.1",
"lodash": "^3.7.0",
"node-notifier": "^4.2.1",
"wiredep": "^2.2.2",
"yargs": "^3.7.2"
}
}