-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 859 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
{
"name": "ot-hapi-service-status",
"version": "1.0.4",
"description": "Service Status plugin for Hapi",
"main": "index.js",
"scripts": {
"test": "grunt && mocha --reporter spec --timeout 5s"
},
"repository": {
"type": "git",
"url": "git://github.com/ArnoldZokas/ot-hapi-service-status"
},
"keywords": [
"hapi",
"service-status"
],
"author": "Arnold Zokas",
"license": "MIT",
"bugs": {
"url": "https://github.com/ArnoldZokas/ot-hapi-service-status/issues"
},
"homepage": "https://github.com/ArnoldZokas/ot-hapi-service-status",
"dependencies": {
"async": "2.0.0-rc.2",
"hoek": "3.0.4",
"joi": "8.0.5"
},
"devDependencies": {
"deep-diff": "0.3.3",
"expect.js": "0.3.1",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-eslint": "18.0.0",
"time-grunt": "1.3.0"
}
}