hapi-better-server
Version:
A hapi pluging allowing autowired services and dependencies through glob patterns and Awilix container + management of JSON API spec query params and serialization
28 lines (27 loc) • 772 B
JSON
{
"name": "hapi-better-server",
"version": "1.0.0",
"description": "A hapi pluging allowing autowired services and dependencies through glob patterns and Awilix container + management of JSON API spec query params and serialization",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/hirumi16489/hapi-better-server.git"
},
"keywords": [
"hapi",
"awilix",
"blog",
"autowiring",
"jsonapi",
"json-api"
],
"author": "Benoit Ciret",
"license": "MIT",
"bugs": {
"url": "https://github.com/hirumi16489/hapi-better-server/issues"
},
"homepage": "https://github.com/hirumi16489/hapi-better-server#readme"
}