UNPKG

express-system-status

Version:
50 lines (49 loc) 1.28 kB
{ "name": "express-system-status", "version": "0.2.2", "description": "Add routes to check the env , configs & status of your system", "main": "index.js", "scripts": { "test": "mocha test/test.js" }, "repository": { "type": "git", "url": "git+https://greenpioneer@github.com/greenpioneersolutions/express-system-status.git" }, "keywords": [ "express", "status-check" ], "maintainers": [ { "name": "greenpioneersolutions", "web": "https://github.com/greenpioneersolutions?tab=members" } ], "author": "Green Pioneer Solutions", "license": "MIT", "bugs": { "url": "https://github.com/greenpioneersolutions/express-system-status/issues" }, "homepage": "https://github.com/greenpioneersolutions/express-system-status#readme", "dependencies": { "async": "^1.5.2", "basic-auth-connect": "^1.0.0", "bluebird": "^3.0.6", "body-parser": "^1.14.1", "chalk": "^1.1.1", "compression": "^1.6.0", "express": "^4.13.3", "helmet": "^0.15.0", "lodash": "^4.5.1", "method-override": "^2.3.5", "moment": "^2.11.2", "mongoose": "^4.1.8", "swig": "^1.4.2" }, "devDependencies": { "assert": "^1.3.0", "standard": "^5.3.1", "supertest": "^1.1.0" } }