-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 865 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 865 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
32
33
34
35
36
37
38
39
40
{
"name": "zhihu",
"version": "1.0.0",
"description": "blog",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrzxc/Zbbs.git"
},
"keywords": [
"blog",
"Nodejs",
"MongoDB"
],
"author": "mrzxc",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrzxc/Zbbs/issues"
},
"homepage": "https://github.com/mrzxc/Zbbs#readme",
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "^1.17.2",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"crypto": "0.0.3",
"express": "^4.15.3",
"express-session": "^1.15.3",
"jade": "^1.11.0",
"mongoose": "^4.11.0"
},
"devDependencies": {
"morgan": "^1.8.2",
"uglify-js": "^3.0.18"
}
}