mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
30 lines
543 B
JSON
30 lines
543 B
JSON
{
|
|
"name": "grouped-queue",
|
|
"version": "0.3.3",
|
|
"description": "In memory queue system prioritizing tasks",
|
|
"main": "lib/queue.js",
|
|
"scripts": {
|
|
"test": "mocha -R spec"
|
|
},
|
|
"repository": "SBoudrias/grouped-queue",
|
|
"keywords": [
|
|
"queue",
|
|
"async",
|
|
"task",
|
|
"flow",
|
|
"control"
|
|
],
|
|
"author": "Simon Boudrias <admin@simonboudrias.com>",
|
|
"license": "MIT",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"lodash": "^4.17.2"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^3.1.2",
|
|
"sinon": "^1.12.2"
|
|
}
|
|
}
|