UNPKG

jobq

Version:

Async and parallel execution of jobs, tasks and processes with a queue manager

46 lines (45 loc) 1.16 kB
{ "name": "jobq", "version": "1.0.12", "description": "Async and parallel execution of jobs, tasks and processes with a queue manager", "main": "./lib/index.js", "engine": "node >= 0.10.x", "scripts": { "test": "npm run build-server && istanbul cover _mocha ./tests", "build": "npm run build-web && npm run build-server", "build-server": "babel index.js --out-dir lib", "build-web": "webpack && webpack --minimize", "prepublish": "npm run build" }, "keywords": [ "job", "task", "queue", "process", "async", "paralel" ], "repository": { "type": "git", "url": "git+https://github.com/adleroliveira/jobQ.git" }, "bugs": { "url": "https://github.com/adleroliveira/jobQ/issues" }, "author": "Adler Oliveira", "license": "ISC", "dependencies": {}, "devDependencies": { "babel": "^6.5.2", "babel-cli": "^6.18.0", "babel-core": "^6.18.2", "babel-loader": "^6.2.8", "babel-preset-es2015": "^6.18.0", "byline": "^5.0.0", "istanbul": "^0.4.5", "mocha": "^3.1.2", "uglify-js": "^2.7.4", "unit.js": "^2.0.0", "webpack": "^1.13.3" } }