-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 748 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 748 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
{
"name": "myblog",
"version": "0.0.0",
"description": "blog for simple using",
"private": true,
"scripts": {
"start": "supervisor app.js"
},
"dependencies": {
"body-parser": "~1.16.0",
"config-lite": "^1.5.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.0",
"ejs": "^2.5.6",
"express": "^4.14.1",
"express-formidable": "^1.0.0",
"express-session": "^1.15.1",
"express-winston": "^2.3.0",
"jade": "^1.11.0",
"marked": "^0.3.6",
"moment": "^2.17.1",
"mongolass": "^2.4.2",
"morgan": "^1.7.0",
"objectid-to-timestamp": "^1.3.0",
"serve-favicon": "^2.3.2",
"sha1": "^1.1.1",
"winston": "^2.3.1"
}
}