forked from johnbrett/calibrate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1008 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
37
38
39
40
41
42
43
44
45
46
{
"name": "calibrate",
"version": "2.0.1",
"description": "Standard JSON outputs for RESTful APIs",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/lab/bin/lab -c -a code -L",
"test-cov": "node_modules/lab/bin/lab -a code -t 100 -L",
"test-cov-html": "node_modules/lab/bin/lab -a code -r html -o coverage.html -L"
},
"keywords": [
"json",
"JSON",
"response",
"object",
"uniform",
"rest",
"api",
"promise",
"hapi",
"calibrate",
"format"
],
"author": "John Brett",
"license": "MIT",
"dependencies": {
"boom": "~2.8.x",
"isdefined": "~1.x.x"
},
"devDependencies": {
"lab": "~5.x.x",
"code": "1.x.x",
"hapi": "8.x.x"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/johnbrett/calibrate.git"
},
"bugs": {
"url": "https://github.com/johnbrett/calibrate/issues"
},
"homepage": "https://github.com/johnbrett/calibrate"
}