-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
37
38
39
40
41
42
{
"name": "node-web-server",
"version": "1.0.0",
"description": "web application based node,mongoDB,express",
"main": "app.js",
"scripts": {
"dev": "node app.js",
"test": "mocha ./public/test/unit.test.js",
"cross": "mocha -u tdd -R spec ./public/test/crosspage.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shudery/node-web-server.git"
},
"author": "daguo",
"license": "MIT",
"dependencies": {
"body-parser": "^1.15.2",
"colors": "^1.1.2",
"cookie-parser": "^1.4.3",
"daguo": "^1.0.4",
"express": "^4.14.0",
"express-hbs": "^1.0.3",
"hnpm": "^1.1.0",
"http-proxy": "^1.16.2",
"http-proxy-middleware": "^0.17.4",
"install": "^0.10.0",
"md5": "^2.2.1",
"mongoose": "^4.7.2",
"nodemailer": "^2.6.4",
"superagent": "^3.3.1"
},
"devDependencies": {
"chai": "^3.5.0",
"css-loader": "^0.26.1",
"loadtest": "^2.2.1",
"mocha": "^3.1.2",
"style-loader": "^0.13.1",
"webpack": "^1.14.0",
"zombie": "^5.0.5"
}
}