hapi-405-routes
Version:
Allows 405 'Method Not Allowed' responses for hapi routes
42 lines (41 loc) • 957 B
JSON
{
"name": "hapi-405-routes",
"version": "v0.7.1",
"description": "Allows 405 'Method Not Allowed' responses for hapi routes",
"keywords": [
"hapi",
"405"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/RiptideElements/hapi-405-routes"
},
"author": {
"name": "Alex Horan",
"url": "https://github.com/ahoran3"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/RiptideElements/hapi-405-routes/issues"
},
"homepage": "https://github.com/RiptideElements/hapi-405-routes",
"dependencies": {
"boom": "^4.0.0",
"hapi": "^16.2.0",
"joi": "^9.0.4",
"hoek": "^4.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"inject-then": "^2.0.9",
"mocha": "^3.0.2",
"nsp": "^3.2.1"
},
"scripts": {
"security": "nsp check",
"test": "mocha test/*.js",
"test-ci": "npm test && npm run security"
}
}