@toki/toki-hapi-bridge
Version:
hapijs plugin for bridging into the toki core runtime
38 lines (37 loc) • 841 B
JSON
{
"name": "@toki/toki-hapi-bridge",
"version": "0.0.2",
"private": false,
"description": "hapijs plugin for bridging into the toki core runtime",
"homepage": "https://github.com/xogroup/toki-hapi-bridge#readme",
"main": "lib/plugin.js",
"bugs": {
"url": "https://github.com/xogroup/toki-hapi-bridge/issues"
},
"scripts": {
"test": "lab test -c -v"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xogroup/toki-hapi-bridge.git"
},
"keywords": [
"toki",
"hapi",
"toki-bridge"
],
"author": "XO Group Team",
"license": "ISC",
"devDependencies": {
"bluebird": "3.x",
"code": "^4.0.0",
"hapi": "^16.1.0",
"lab": "^12.1.0",
"proxyquire": "^1.7.11",
"sinon": "^1.17.7"
},
"peerDependencies": {},
"dependencies": {
"boom": "^4.2.0"
}
}