meshblu-server-http
Version:
Maybe. Unofficial. You know how it is.
51 lines • 1.24 kB
JSON
{
"name": "meshblu-server-http",
"version": "1.10.0",
"description": "",
"engines": {
"node": ">=5.0.0"
},
"engineStrict": true,
"main": "command.js",
"scripts": {
"start": "node command.js",
"test": "istanbul cover _mocha -- --require coffee-coverage/register-istanbul --reporter spec"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@octoblu/redis-ns": "^0.1.1",
"async": "^1.5.0",
"body-parser": "^1.14.1",
"coffee-script": "^1.10.0",
"cors": "^2.7.1",
"debug": "^2.2.0",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"express-meshblu-healthcheck": "^1.0.1",
"generic-pool": "^2.3.0",
"lodash": "^3.10.1",
"meshblu-core-job-manager": "^3.1.4",
"morgan": "^1.6.1",
"redis": "^2.2.5",
"request": "^2.67.0",
"uuid": "^2.0.1"
},
"devDependencies": {
"chai": "^3.4.0",
"chai-subset": "^1.2.0",
"coffee-coverage": "^0.6.3",
"fakeredis": "^0.3.4",
"istanbul": "^0.4.0",
"mocha": "^2.3.3",
"mocha-istanbul": "^0.2.0",
"node-mocks-http": "^1.4.4",
"semver": "^5.0.3",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
},
"optionalDependencies": {
"hiredis": "^0.4.1"
}
}