-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 961 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": "ask-ans",
"version": "1.0.0",
"description": "Node.js + MongoDB + Linux",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1c7/ask-answer-website-practice.git"
},
"author": "Cheng Zheng",
"license": "MIT",
"bugs": {
"url": "https://github.com/1c7/ask-answer-website-practice/issues"
},
"homepage": "https://github.com/1c7/ask-answer-website-practice#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.13.3",
"connect-redis": "~2.5.0",
"express": "^4.13.3",
"express-session": "~1.11.3",
"moment": "~2.10.6",
"mongodb": "^2.0.42",
"multer": "~1.0.3",
"redis": "~1.0.0",
"redis-sessions": "~0.4.1",
"xss": "~0.2.7",
"node-sass": "~3.3.2",
"less-middleware": "~2.0.1",
"normalize.css": "~3.0.3",
"handlebars": "~4.0.2"
}
}