-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
51 lines (51 loc) · 1.05 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
{
"name": "trailpack-router",
"version": "3.1.4",
"description": "Trailpack Router",
"main": "index.js",
"dependencies": {
"joi": "^13",
"call": "^5",
"lodash.get": "^4.4.2",
"trailpack": "^3"
},
"devDependencies": {
"eslint": "^3",
"eslint-config-trails": "^3",
"hapi": "^16.4",
"mocha": "^3.4",
"nyc": "^11.0.2",
"smokesignals": "^3",
"trails": "next"
},
"scripts": {
"test": "eslint . && nyc mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trailsjs/trailpack-router.git"
},
"keywords": [
"trailsjs",
"trails",
"trailpack",
"router",
"hapi",
"microservices"
],
"author": "Trails.js Team <[email protected]>",
"contributors": [
{
"name": "Travis Webb",
"url": "https://github.com/tjwebb"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/trailsjs/trailpack-router/issues"
},
"homepage": "https://github.com/trailsjs/trailpack-router#readme",
"eslintConfig": {
"extends": "trails"
}
}