forked from ExpediaGroup/steerage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "steerage",
"description": "Hapi plugin for server configuration and composition using confidence, topo, and shortstop.",
"version": "8.1.1",
"author": "Trevor Livingston <tlivings@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/tlivings/steerage.git"
},
"bugs": "http://github.com/tlivings/steerage/issues",
"engines": {
"node": ">= 8.0.0"
},
"dependencies": {
"@hapi/hoek": "^8.5.0",
"@hapi/joi": "^16.1.7",
"@hapi/topo": "^3.0.0",
"determination": "^3.0.0",
"dot-prop": "^4.1.1",
"shortstop-handlers": "^1.0.1"
},
"peerDependencies": {
"@hapi/hapi": ">=18.3.1"
},
"devDependencies": {
"@hapi/eslint-config-hapi": "^12.1.0",
"@hapi/eslint-plugin-hapi": "^4.3.3",
"@hapi/hapi": "^18.3.1",
"eslint": "^5.15.1",
"nyc": "^14.1.1",
"tape": "^4.2.2"
},
"scripts": {
"cover": "nyc npm test",
"lint": "eslint lib",
"test": "npm run lint && tape test/*.js"
},
"main": "./lib",
"license": "MIT"
}