okanjo-app-server
Version:
Server framework using HAPI and friends
66 lines (65 loc) • 1.61 kB
JSON
{
"name": "okanjo-app-server",
"version": "3.0.0",
"description": "Server framework using HAPI and friends",
"main": "OkanjoServer.js",
"scripts": {
"clean": "rm -rf .nyc_output coverage",
"test": "node_modules/.bin/mocha -R spec test --exit",
"cover": "node_modules/.bin/nyc node_modules/mocha/bin/_mocha --exit",
"lint": "node_modules/.bin/eslint .",
"report": "npm run cover && npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/okanjo/okanjo-app-server.git"
},
"keywords": [
"Okanjo",
"OkanjoApp",
"HAPI",
"Socket.io",
"Nunjucks",
"Web Server",
"API Server",
"Static Assets",
"Template Views"
],
"author": "Okanjo Partners Inc",
"license": "MIT",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^6.0.2",
"needle": "^2.2.4",
"nyc": "^13.3.0",
"okanjo-app": "^2.1.0",
"should": "^13.2.3",
"socket.io-client": "^4.4.1"
},
"peerDependencies": {
"okanjo-app": ">= 1"
},
"dependencies": {
"async": "^3.2.3",
"@hapi/hapi": "^20.2.1",
"@hapi/inert": "^6.0.5",
"lodash.defaults": "^4.2.0",
"nunjucks": "^3.2.3",
"socket.io": "^4.4.1",
"@hapi/vision": "^6.1.0"
},
"nyc": {
"reporter": [
"text-summary",
"html",
"lcovonly"
]
}
}