package.json•613 B
{
"name": "queued-up",
"version": "2.0.2",
"description": "Simple task Queuing module",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Johnhhorton/queued-up.git"
},
"keywords": [
"queue",
"queued",
"up"
],
"author": "John H Horton",
"license": "MIT",
"bugs": {
"url": "https://github.com/Johnhhorton/queued-up/issues"
},
"homepage": "https://github.com/Johnhhorton/queued-up#readme",
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.3"
}
}