-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "cric_api",
"version": "1.0.0",
"description": "\"an application using hapijs and mongoDB\"",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "lab -t 100 -m 10000 -l -v -c -r console -o stdout -r console -o reports/coverage.txt -r html -o reports/coverage.html -r json -o reports/coverage.json"
},
"repository": {
"type": "git",
"url": "https://github.com/KarthikGangadhar/CriApi.git"
},
"author": "Karthik.G",
"license": "ISC",
"bugs": {
"url": "https://github.com/KarthikGangadhar/CriApi/issues"
},
"homepage": "https://github.com/KarthikGangadhar/CriApi#readme",
"dependencies": {
"bluebird": "^3.4.6",
"chai": "^3.5.0",
"cheerio": "^1.0.0-rc.2",
"code": "^4.0.0",
"good": "^6.0.0",
"good-console": "^5.0.0",
"hapi": "^8.5.1",
"hapi-swagger": "0.7.3",
"joi": "^6.4.2",
"lab": "^11.1.0",
"node-rest-client": "^2.0.1",
"request": "^2.87.0",
"sinon": "^1.17.6"
},
"engines": {
"node": "6.9.2",
"npm": "3.10.9"
}
}