UNPKG

admin-bro-hapijs

Version:

This is an official AdminBro plugin which integrates it to hapijs framework.

51 lines (50 loc) 1.38 kB
{ "name": "admin-bro-hapijs", "version": "2.0.0", "description": "This is an official AdminBro plugin which integrates it to hapijs framework.", "main": "index.js", "scripts": { "simple": "nodemon examples/simple.js", "session-auth": "nodemon examples/session-auth.js", "lint": "./node_modules/eslint/bin/eslint.js './extensions/**/*.js' './examples/**/*.js' './plugin.js'" }, "author": "Wojciech Krysiak", "license": "MIT", "peerDependencies": { "admin-bro": ">=2.0.0", "boom": "^7.3.0", "hapi": "^17.8.1", "hapi-auth-cookie": "^9.1.0", "inert": "^5.1.2" }, "bugs": { "url": "https://github.com/SoftwareBrothers/admin-bro-hapijs/issues" }, "repository": { "type": "git", "url": "git+https://github.com/SoftwareBrothers/admin-bro-hapijs.git" }, "homepage": "https://github.com/SoftwareBrothers/admin-bro-hapijs#readme", "keywords": [ "hapi", "admin", "admin-bro", "admin-panel" ], "devDependencies": { "admin-bro": "^2.0.0", "admin-bro-mongoose": "^0.1.4", "boom": "^7.3.0", "eslint": "^5.10.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.14.0", "hapi": "^17.8.1", "mongoose": "^5.3.14", "nodemon": "^1.18.7", "require.all": "^2.0.4" }, "dependencies": { "hapi-auth-cookie": "^9.1.0", "inert": "^5.1.2" } }