forked from trailsjs/trailpack-hapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 969 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
{
"name": "trailpack-hapi",
"version": "0.0.4",
"description": "Hapi.js Trailpack. This pack binds the routes compiled in trailpack-router to a Hapi Server.",
"main": "index.js",
"scripts": {
"test": "eslint . && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trailsjs/trailpack-hapi.git"
},
"keywords": [
"trails",
"trailsjs",
"hapi",
"hapijs",
"server",
"trailpack"
],
"author": "Travis Webb <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/trailsjs/trailpack-hapi/issues"
},
"homepage": "https://github.com/trailsjs/trailpack-hapi#readme",
"dependencies": {
"hapi": "^11.1.2",
"hoek": "^3.0.4",
"joi": "^7.0.1",
"lodash": "^3.10.1",
"trailpack": "0.0.2"
},
"eslintConfig": {
"extends": "trails"
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-trails": "0.0.9",
"mocha": "^2.3.4"
}
}