forked from trailsjs/trailpack-hapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.31 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
47
48
49
50
51
52
53
54
55
56
{
"name": "trailpack-hapi",
"version": "2.2.0",
"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",
"microservices"
],
"author": "Trails.js Team <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/trailsjs/trailpack-hapi/issues"
},
"homepage": "https://github.com/trailsjs/trailpack-hapi#readme",
"dependencies": {
"boom": "^4.2.0",
"good": "^7.0.0",
"hapi": "^15.2.0",
"inert": "^4.0.2",
"joi": "^10.0.1",
"lodash": "^4.17.0",
"trailpack": "v2-latest",
"vision": "^4.0.1"
},
"devDependencies": {
"eslint": "^2.0.0",
"eslint-config-trails": "^2",
"mocha": "^2.3.4",
"smokesignals": "v2-latest",
"supertest": "^1.1.0",
"trailpack-footprints": "^2",
"trailpack-router": "v2-latest",
"trailpack-waterline": "v2-latest",
"trails": "v2-latest",
"waterline-sqlite3": "^1.0.0"
},
"eslintConfig": {
"extends": "trails"
},
"publishConfig": {
"tag": "next"
}
}