-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 981 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 981 Bytes
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
{
"name": "node-express-by-hbs",
"version": "0.0.1",
"description": "An easy express by hbs.",
"scripts": {
"start": "node-dev ./bin/www"
},
"keywords": [
"express",
"node",
"easy"
],
"repository": {
"type": "git",
"url": "https://github.com/mybolide/node-express-by-hbs.git"
},
"author": "bolide",
"license": "MIT",
"dependencies": {
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.13.4",
"jade": "~1.11.0",
"morgan": "~1.7.0",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"bufferhelper": "^0.2.1",
"compression": "^1.6.2",
"express-http-proxy": "^0.9.1",
"express-session": "^1.14.0",
"gulp": "^3.9.1",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tinypng-compress": "^1.2.1",
"gulp-watch": "^4.3.9",
"hbs": "^4.0.0",
"iconv-lite": "^0.4.13",
"moment": "^2.14.1",
"winston": "^2.2.0"
}
}