hapi-rethinkdbdash
Version:
A rethinkdbdash plugin for Hapi.
35 lines (34 loc) • 780 B
JSON
{
"name": "hapi-rethinkdbdash",
"version": "0.2.0",
"description": "A rethinkdbdash plugin for Hapi.",
"main": "index.js",
"scripts": {
"test": "lab"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mike360/hapi-rethinkdbdash.git"
},
"keywords": [
"rethinkdb",
"rethinkdbdash",
"hapi",
"plugin"
],
"author": "Mike Robinson <mike.robinson.81@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mike360/hapi-rethinkdbdash/issues"
},
"homepage": "https://github.com/mike360/hapi-rethinkdbdash#readme",
"devDependencies": {
"code": "^4.0.0",
"hapi": "^15.1.1",
"lab": "^11.1.0",
"rethinkdbdash": "^2.3.23"
},
"peerDependencies": {
"rethinkdbdash": "^2.3.23"
}
}