UNPKG

1.55 kBJSONView Raw
1{
2 "name": "meshblu-core-job-manager",
3 "version": "10.1.1",
4 "description": "Meshblu Core Job Manager",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "dependencies": {
10 "async": "^2.3.0",
11 "coffee-script": "^1.12.5",
12 "debug": "^2.6.4",
13 "generic-pool": "^3.1.7",
14 "ioredis": "^2.5.0",
15 "lodash": "^4.17.2",
16 "moment": "^2.18.1",
17 "uuid": "^3.0.0",
18 "when": "^3.7.8"
19 },
20 "devDependencies": {
21 "@octoblu/redis-ns": "^1.3.1",
22 "chai": "^3.5.0",
23 "chai-subset": "^1.5.0",
24 "env-test": "^1.0.0",
25 "job-logger": "^4.3.1",
26 "mocha": "^3.1.2",
27 "mocha-multi": "^0.11.0",
28 "mocha-osx-reporter": "^0.1.2",
29 "nyc": "^10.2.0",
30 "sinon": "^2.1.0",
31 "sinon-chai": "^2.9.0"
32 },
33 "scripts": {
34 "test": "mocha",
35 "coverage": "nyc npm test",
36 "mocha:json": "mocha --reporter json > coverage/mocha.json",
37 "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-"
38 },
39 "repository": {
40 "type": "git",
41 "url": "git+https://github.com/octoblu/meshblu-core-job-manager.git"
42 },
43 "keywords": [
44 "meshblu"
45 ],
46 "author": "Octoblu, Inc.",
47 "license": "MIT",
48 "bugs": {
49 "url": "https://github.com/octoblu/meshblu-core-job-manager/issues"
50 },
51 "homepage": "https://github.com/octoblu/meshblu-core-job-manager#readme",
52 "nyc": {
53 "cache": true,
54 "reporter": [
55 "text-summary",
56 "lcov",
57 "json"
58 ],
59 "extension": [
60 ".coffee"
61 ]
62 },
63 "optionalDependencies": {
64 "hiredis": "^0.5.0"
65 }
66}