-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 957 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 957 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
{
"name": "reactpracticenode",
"version": "1.0.0",
"description": "reactPracticeNode",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zyd317/reactPracticeNode.git"
},
"author": "yidi.zhao",
"license": "ISC",
"bugs": {
"url": "https://github.com/zyd317/reactPracticeNode/issues"
},
"homepage": "https://github.com/zyd317/reactPracticeNode#readme",
"dependencies": {
"MD5": "^1.3.0",
"body-parser": "~1.13.2",
"co": "^4.6.0",
"compression": "~1.5.0",
"cookie-parser": "^1.4.3",
"debug": "~2.2.0",
"express": "^4.16.2",
"handlebars": "^4.0.11",
"http": "0.0.0",
"jade": "^1.11.0",
"morgan": "^1.9.0",
"path": "^0.12.7",
"qs": "^6.5.1",
"request": "^2.60.0",
"serve-favicon": "~2.3.0",
"underscore": "^1.8.3"
}
}