package.json
{
"name": "hapi-register",
"version": "1.1.0",
"description": "Registration plugin for hapi.js apps/apis",
"main": "lib/index.js",
"scripts": {
"fast": "./node_modules/tape/bin/tape ./test/*.js",
"test": "istanbul cover ./node_modules/tape/bin/tape ./test/*.js | node_modules/tap-spec/bin/cmd.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwyl/hapi-register.git"
},
"keywords": [
"registration",
"register",
"simple",
"email"
],
"author": "the usual suspects",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/dwyl/hapi-register/issues"
},
"homepage": "https://github.com/dwyl/hapi-register#readme",
"devDependencies": {
"boom": "^3.1.2",
"hapi": "^13.2.1",
"istanbul": "^0.4.2",
"joi": "^8.0.4",
"level": "^1.4.0",
"tap-spec": "^4.1.1",
"tape": "^4.4.0"
},
"dependencies": {}
}