-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
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
{
"name": "XBlog-admin",
"version": "2.0.1",
"private": true,
"scripts": {
"start": "pm2 start ./bin/www --watch",
"restart": "pm2 restart ./bin/www --watch; pm2 logs",
"cdnsync": "node ./utils/cdn_sync.js",
"pack": "node ./utils/pack.js",
"stop": "pm2 stop all",
"delete": "pm2 delete all"
},
"dependencies": {
"body-parser": "~1.13.2",
"chalk": "^2.4.2",
"co": "^4.6.0",
"connect-history-api-fallback": "^1.5.0",
"connect-multiparty": "^2.0.0",
"cookie-parser": "~1.3.5",
"cors": "^2.8.1",
"debug": "~2.2.0",
"express": "~4.13.1",
"hbs": "~3.1.0",
"highlight.js": "^9.5.0",
"js-md5": "^0.4.1",
"marked": "^0.3.6",
"moment": "^2.15.1",
"mongodb": "^2.2.33",
"mongoose": "^4.6.2",
"morgan": "~1.6.1",
"multer": "^1.1.0",
"qiniu": "^7.1.1",
"qn": "^1.3.0",
"scp2": "^0.5.0",
"serve-favicon": "~2.3.0",
"simple-ssh": "^1.0.0",
"superagent": "^2.3.0",
"superagent-jsonapify": "^1.4.2",
"targz": "^1.0.1"
}
}