-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.09 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
{
"name": "@moviecast/hapi-endpoint",
"version": "2.1.2",
"description": "A plugin for hapi to add versioned endpoints based on the file structure.",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "lab -a code -t 100 -L -v",
"test:coverage": "lab -c -a code -r html -o coverage/coverage.html",
"coveralls": "lab -r lcov | ./node_modules/.bin/coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MovieCast/hapi-endpoint.git"
},
"keywords": [
"hapi",
"plugin",
"versioned",
"endpoint",
"routes",
"file",
"structure"
],
"author": "Dizzy <itsdizzy40@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MovieCast/hapi-endpoint/issues"
},
"homepage": "https://github.com/MovieCast/hapi-endpoint#readme",
"dependencies": {
"boom": "^7.2.0",
"glob": "^7.1.2",
"hoek": "^5.0.3",
"joi": "^13.5.2"
},
"devDependencies": {
"code": "^5.2.0",
"coveralls": "^3.0.2",
"debug": "^3.1.0",
"hapi": "^17.5.2",
"lab": "^15.5.0"
}
}