mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
cleanup
This commit is contained in:
+29
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user