-
Notifications
You must be signed in to change notification settings - Fork 1
/
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": "hapi-routify",
"author": "g-div",
"version": "2.1.0",
"description": "Just some lines of code to let you declare hapi routes from a manifest.json",
"devDependencies": {
"blipp": "^3.0.0",
"code": "^5.2.4",
"h2o2": "^8.0.0",
"hapi": "^17.8.1",
"lab": "^18.0.0",
"node-readme": "^0.1.9",
"rejoice": "^5.0.1"
},
"main": "src/index.js",
"scripts": {
"test": "lab -t 100",
"coverage": "lab -r html -o coverage.html",
"readme": "node-readme",
"patch": "npm version patch && npm publish",
"minor": "npm version minor && npm publish",
"major": "npm version major && npm publish",
"postpublish": "git push origin master --follow-tags",
"start": "rejoice -p . -c examples/manifest.json"
},
"repository": {
"type": "git",
"url": "[email protected]:g-div/hapi-routify.git"
},
"bugs": {
"url": "https://github.com/g-div/hapi-routify/issues"
},
"keywords": [
"hapi",
"router",
"routes",
"routify"
],
"license": "MIT"
}