2022-07-07 19:03:04 +02:00

30 lines
573 B
JSON

{
"name": "then-queue",
"version": "1.3.0",
"description": "a simple asynchronous queue",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/then/queue.git"
},
"keywords": [
"queue",
"async",
"promise"
],
"author": "Nathan Zadoks",
"license": "MIT",
"bugs": {
"url": "https://github.com/then/queue/issues"
},
"homepage": "https://github.com/then/queue",
"dependencies": {
"promise": "^6.0.0"
},
"devDependencies": {
"testit": "~1.2.0"
},
"scripts": {
"test": "node test"
}
}