package.json
{
"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 <hello@trailsjs.io>",
"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"
}
}