UNPKG

bee-health-check

Version:

Connect based middleware to check app health

36 lines (35 loc) 797 B
{ "name": "bee-health-check", "version": "0.0.1", "description": "Connect based middleware to check app health", "main": "src/index.js", "scripts": { "test": "mocha", "dev": "nodemon --exec \"npm test\"", "coverage": "istanbul cover node_modules/mocha/bin/_mocha" }, "keywords": [ "express", "restify", "middleware", "health", "check" ], "author": "", "license": "MIT", "dependencies": { "http-status-codes": "^1.3.0" }, "devDependencies": { "eslint": "^4.16.0", "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-import": "^2.8.0", "expect.js": "^0.3.1", "express": "^4.16.2", "istanbul": "^0.4.5", "mocha": "^5.0.0", "nodemon": "^1.14.11", "restify": "^6.3.4", "supertest": "^3.0.0" } }