hapi-docs
Version:
api plugin to document hapi routes
41 lines (40 loc) • 901 B
JSON
{
"name": "hapi-docs",
"version": "1.8.0",
"description": "api plugin to document hapi routes",
"main": "index.js",
"scripts": {
"test": "eslint . && tap --cov test/test.api.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/firstandthird/hapi-docs.git"
},
"keywords": [
"API",
"documents",
"hapi",
"documentation",
"hapi-docs"
],
"author": "First+Third",
"license": "MIT",
"bugs": {
"url": "https://github.com/firstandthird/hapi-docs/issues"
},
"homepage": "https://github.com/firstandthird/hapi-docs#readme",
"devDependencies": {
"boom": "^7.3.0",
"eslint": "^5.16.0",
"eslint-config-firstandthird": "^4.3.0",
"eslint-plugin-import": "^2.17.2",
"hapi": "^18.1.0",
"tap": "^13.1.2"
},
"eslintConfig": {
"extends": "firstandthird"
},
"dependencies": {
"joi": "^14.3.1"
}
}