-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 904 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
40
41
{
"name": "node-hapi-seed",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server",
"test": "./node_modules/lab/bin/lab -c -v -S",
"test-cover": "./node_modules/lab/bin/lab -c -r html -o ./test/artifacts/coverage.html && open ./test/artifacts/coverage.html"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
""
],
"author": "Otto Giron <[email protected]>",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"confidence": "^1.4.2",
"dotenv": "^1.2.0",
"glue": "^2.4.0",
"hapi": "^11.x.x",
"hoek": "^3.0.4",
"require-dir": "^0.3.0"
},
"devDependencies": {
"code": "^2.0.1",
"dotenv": "^1.2.0",
"gulp": "^3.9.0",
"gulp-nodemon": "^2.0.3",
"lab": "^7.3.0",
"nodemon": "^1.x.x",
"require-dir": "^0.3.0"
}
}