-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 915 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": "node-express-hbs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"start": "nodejs ./bin/www"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.13.3",
"hbs": "^4.0.0"
},
"devDependencies": {
"body-parser": "^1.14.2",
"browser-sync": "^2.11.1",
"cookie-parser": "^1.4.0",
"debug": "^2.2.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-connect": "^3.1.0",
"gulp-csso": "^1.1.0",
"gulp-develop-server": "^0.5.1",
"gulp-fontmin": "^0.7.3",
"gulp-imagemin": "^2.4.0",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.3",
"gulp-usemin": "^0.3.21",
"gulp-watch": "^4.3.5",
"morgan": "~1.5.3",
"serve-favicon": "^2.3.0"
}
}