package.json
{
"name": "worq",
"version": "2.1.2",
"description": "Promising job queue",
"main": "lib/Queue.js",
"scripts": {
"pretest": "eslint lib && eslint test",
"test": "mocha -R spec"
},
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "https://github.com/jmversteeg/worq"
},
"keywords": [
"worker",
"promise",
"promises",
"flow control",
"threaded",
"thread",
"job",
"queue",
"util"
],
"author": "JM Versteeg",
"license": "MIT",
"bugs": {
"url": "https://github.com/jmversteeg/worq/issues"
},
"homepage": "https://github.com/jmversteeg/worq",
"dependencies": {
"lodash": "^4.0.0",
"pinkie-promise": "^2.0.0"
},
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.2.0",
"coveralls": "^2.11.6",
"delay": "^1.3.1",
"mocha": "^2.3.4",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
}
}