meshblu-core-job-manager
Version:
Meshblu Core Job Manager
68 lines (67 loc) • 1.6 kB
JSON
{
"name": "meshblu-core-job-manager",
"version": "11.2.2",
"description": "Meshblu Core Job Manager",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"async": "^2.4.0",
"coffee-script": "^1.12.5",
"debug": "^2.6.6",
"generic-pool": "^3.1.7",
"ioredis": "^2.5.0",
"lodash": "^4.17.2",
"moment": "^2.18.1",
"simple-benchmark": "^1.0.11",
"uuid": "^3.0.0",
"when": "^3.7.8"
},
"devDependencies": {
"@octoblu/redis-ns": "^1.3.1",
"chai": "^3.5.0",
"chai-subset": "^1.5.0",
"env-test": "^1.0.0",
"job-logger": "^4.3.1",
"mocha": "^3.3.0",
"mocha-multi": "^0.11.0",
"mocha-osx-reporter": "^0.1.2",
"nyc": "^10.3.2",
"sinon": "^2.2.0",
"sinon-chai": "^2.10.0"
},
"scripts": {
"test": "mocha --timeout 5000",
"coverage": "nyc npm test",
"mocha:json": "mocha --reporter json > coverage/mocha.json",
"test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octoblu/meshblu-core-job-manager.git"
},
"keywords": [
"meshblu"
],
"author": "Octoblu, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/octoblu/meshblu-core-job-manager/issues"
},
"homepage": "https://github.com/octoblu/meshblu-core-job-manager#readme",
"nyc": {
"cache": true,
"reporter": [
"text-summary",
"lcov",
"json"
],
"extension": [
".coffee"
]
},
"optionalDependencies": {
"hiredis": "^0.5.0"
}
}