-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 904 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
{
"name": "hsy",
"version": "1.0.0",
"description": "haoshouyi",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha",
"start": "NODE_ENV=production pm2 start index.js --name 'hsy'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ponpeng/hsy.git"
},
"author": "onpend",
"license": "ISC",
"bugs": {
"url": "https://github.com/ponpeng/hsy/issues"
},
"homepage": "https://github.com/ponpeng/hsy#readme",
"dependencies": {
"config-lite": "^2.1.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-formidable": "^1.0.0",
"express-session": "^1.15.6",
"express-winston": "^2.5.1",
"marked": "^0.4.0",
"moment": "^2.22.2",
"mongolass": "^4.3.3",
"objectid-to-timestamp": "^1.3.0",
"sha1": "^1.1.1",
"winston": "^2.4.2"
}
}