-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.2 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
{
"name": "express-gulp-browsersync",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "[email protected]:Nutlee/webpack-seed.git"
},
"author": "Nutlee",
"license": "MIT",
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "^2.5.2",
"express": "~4.13.1",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0",
"stylus": "0.42.3"
},
"devDependencies": {
"bower": "^1.7.9",
"browser-sync": "^2.17.5",
"compression": "^1.6.2",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.6.0",
"gulp-ejs": "^2.2.1",
"gulp-imagemin": "^3.0.3",
"gulp-jshint": "^2.0.1",
"gulp-less": "^3.1.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-nodemon": "^2.2.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-rev-hash3": "^1.0.8",
"gulp-ruby-sass": "^2.0.6",
"gulp-sourcemaps": "^1.9.0",
"gulp-uglify": "^1.5.4",
"jshint": "^2.9.4",
"less-plugin-autoprefix": "^1.5.1",
"mockjs": "^1.0.1-beta3",
"run-sequence": "^1.2.2"
}
}