-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1 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
{
"name": "supertest-nodejs-express-mongodb",
"version": "1.0.0",
"description": "Testing node applicationaand api using Supertest,mocha and Istanbul",
"main": "app.js",
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha"
},
"dependencies": {
"body-parser": "*",
"chai": ">=4.2.0",
"connect-flash": ">=0.1.1",
"cookie-parser": ">=1.4.3",
"express": "*",
"express-handlebars": ">=3.0.0",
"express-session": ">=1.15.6",
"istanbul": ">=0.4.5",
"joi": ">=13.3.0",
"mongoose": "*",
"supertest": ">=3.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tareque20/supertest_node_express_mongodb"
},
"author": "Tasfin",
"license": "MIT",
"bugs": {
"url": "https://github.com/tareque20/supertest_node_express_mongodb/issues"
},
"homepage": "https://github.com/tareque20/supertest_node_express_mongodb#readme",
"devDependencies": {
"coveralls": ">=3.0.2",
"mocha": ">=5.2.0",
"nyc": ">=13.0.1"
}
}