-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 884 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
40
41
42
43
44
45
46
47
{
"name":"nullsblog",
"description": "http://www.nullcn.com",
"keywords": [
"blog",
"nodejs",
"node.js",
"express",
"mongodb"
],
"author": {
"name": "null",
"email": "[email protected]",
"url": "http://www.nullcn.com"
},
"homepage": "http://www.nullcn.com",
"repository": {
"type": "git",
"url": "https://github.com/mywei1989/blog.git"
},
"engines": {
"node": ">=0.10.x"
},
"license": "MIT",
"private": true,
"dependencies":{
"express":">=4.0",
"async":"*",
"body-parser":"*",
"connect-flash":"*",
"cookie-parser":"*",
"debug":"*",
"ejs":"*",
"express-session":"*",
"highlight.js":"*",
"marked":"*",
"mongodb":">=2.0",
"supervisor":"*"
},
"devDependencies":{
"supervisor":"*",
"forever":"*"
},
"scripts":{
"start":"supervisor ./bin/www"
}
}