-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 934 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
{
"name": "hapi-skel",
"version": "0.0.1",
"description": "hapi.js application skeleton",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/pm2 start index.js -i 0",
"test": "lab -C -c -m 15000",
"coverage": "rm coverage.html && lab -C -c -m 15000 -r html -o coverage.html",
"deps": "npm list --depth 0",
"outdated": "npm outdated --depth 0",
"lint": "./node_modules/.bin/jshint"
},
"author": "Eder Sosa <eder.sohe@gmail.com>",
"license": "MIT",
"dependencies": {
"boom": "^2.7.1",
"good": "^6.1.0",
"good-console": "^5.0.0",
"hapi": "^8.4.0",
"hapi-swagger": "^0.7.2",
"joi": "^6.2.0",
"pm2": "^0.12.10",
"tv": "^4.1.0",
"underscore": "^1.8.3",
"underscore.string": "^3.0.3"
},
"devDependencies": {
"code": "^1.4.0",
"jshint": "^2.7.0",
"lab": "^5.5.1",
"node-inspector": "^0.9.2",
"swagger-tools": "^0.8.6"
}
}