-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1 KB
/
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
{
"name": "geekcf-manager",
"version": "0.1.0",
"description": "qlist manager",
"private": true,
"dependencies": {
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"connect-multiparty": "^1.2.5",
"cookie-parser": "^1.4.3",
"csv": "^0.4.5",
"excel4node": "^0.2.23",
"express": "^4.14.0",
"jade": "^1.9.2",
"log4js": "^0.6.37",
"moment": "^2.14.1",
"q": "^1.4.1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/GeekPark/geekcf-manager.git"
},
"bugs": {
"url": "https://github.com/GeekPark/geekcf-manager/issues"
},
"homepage": "https://github.com/GeekPark/geekcf-manager#readme",
"main": "manager.js",
"scripts": {
"start": "pm2 start manager.js -i 0",
"test": "pm2 start manager.js --watch",
"researt": "pm2 restart manager",
"stop": "pm2 stop manager"
},
"author": "Seven Yu",
"license": "ISC"
}