forked from hapipal/boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.05 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
40
41
42
43
44
{
"name": "boilerplate-api",
"version": "0.3.0",
"description": "Boilerplate API",
"main": "lib/index.js",
"scripts": {
"start": "node server",
"test": "lab -a code -L",
"lint": "lab -dL"
},
"repository": {
"type": "git",
"url": "https://github.com/devinivy/boilerplate-api"
},
"author": "Devin Ivy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/devinivy/boilerplate-api/issues"
},
"homepage": "https://github.com/devinivy/boilerplate-api",
"dependencies": {
"bassmaster": "2.x.x",
"boom": "4.x.x",
"dogwater": ">=2.2.0 <3",
"glue": "4.x.x",
"handlebars": "4.x.x",
"hapi": "16.x.x",
"hapi-swagger": "7.x.x",
"haute-couture": ">=1.3.0 <2",
"hoek": "4.x.x",
"inert": "4.x.x",
"joi": "10.x.x",
"labbable": "2.x.x",
"sails-disk": "0.10.x",
"vision": "4.x.x",
"waterline": "0.12.x"
},
"devDependencies": {
"code": "3.x.x",
"eslint-config-hapi": "10.x.x",
"eslint-plugin-hapi": "4.x.x",
"lab": "11.x.x"
}
}