-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
39 lines (39 loc) · 893 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
37
38
39
{
"name": "node-test-demo",
"version": "0.0.1",
"description": "a demo for node unit test",
"main": "app.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blogdemos/node-test-demo.git"
},
"keywords": [
"node",
"test",
"mocha"
],
"author": "yuanzm",
"license": "MIT",
"bugs": {
"url": "https://github.com/blogdemos/node-test-demo/issues"
},
"homepage": "https://github.com/blogdemos/node-test-demo#readme",
"dependencies": {
"body-parser": "^1.13.1",
"connect-mongo": "^0.8.1",
"cookie-parser": "^1.3.5",
"eventproxy": "^0.3.4",
"express": "^4.12.4",
"express-session": "^1.11.3",
"istanbul": "^0.3.15",
"mocha": "^2.2.5",
"mongoose": "^4.0.5",
"pedding": "^1.0.0",
"ready": "^0.1.1",
"should": "^7.0.1",
"supertest": "^1.0.1"
}
}