forked from hapipal/haute-couture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.41 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "haute-couture",
"version": "2.0.0",
"description": "File-based hapi plugin composer",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "lab -a code -t 100 -I '__core-js_shared__' && lab -dlL",
"coveralls": "lab -r lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devinivy/haute-couture.git"
},
"keywords": [
"hapi",
"scaffold",
"boilerplate",
"directory",
"structure",
"utility",
"loveboat",
"dogwater",
"chairo"
],
"author": "Devin Ivy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/devinivy/haute-couture/issues"
},
"homepage": "https://github.com/devinivy/haute-couture#readme",
"dependencies": {
"haute": ">=1.3.0 <2",
"hoek": "4.x.x",
"parent-module": "0.1.x",
"topo": "2.x.x"
},
"peerDependencies": {
"hapi": ">=10 <17"
},
"devDependencies": {
"catbox-memory": "2.x.x",
"chairo": "3.x.x",
"code": "4.x.x",
"coveralls": "2.x.x",
"dogwater": ">=2.3.0 <3",
"glob": "7.x.x",
"hapi": "16.x.x",
"joi": "10.x.x",
"knex": "0.12.x",
"lab": "13.x.x",
"loveboat": ">=1.5.0 <2",
"objection": ">=0.6 <0.8",
"renamer": "0.5.x",
"schwifty": "1.x.x",
"seneca-echo": "0.3.x",
"sqlite3": "3.x.x",
"vision": "4.x.x",
"waterline": "0.12.x"
}
}