UNPKG

bull

Version:
39 lines (38 loc) 810 B
{ "name": "bull", "version": "1.0.0", "description": "Job manager", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/OptimalBits/bull.git" }, "keywords": [ "job", "queue", "task", "parallel" ], "author": "OptimalBits", "license": "MIT", "readmeFilename": "README.md", "dependencies": { "bluebird": "^3.4.1", "debuglog": "^1.0.0", "lodash": "^4.13.1", "node-uuid": "^1.4.7", "redis": "^2.6.2", "semver": "^5.1.0" }, "devDependencies": { "expect.js": "^0.3.1", "gulp": "^3.9.1", "gulp-eslint": "^2.0.0", "mocha": "^2.5.3", "sinon": "^1.17.4" }, "scripts": { "test": "gulp && mocha test/test_* --reporter spec --timeout 5000", "postpublish": "git push && git push --tags" } }