44 lines
1,018 B
JSON
Executable file
44 lines
1,018 B
JSON
Executable file
{
|
|
"author": "Mikhail Davydov <i@azproduction.ru>",
|
|
"description": "Promise-based queue",
|
|
"name": "promise-queue",
|
|
"version": "2.2.5",
|
|
"contributors": [
|
|
"Mikhail Davydov <i@azproduction.ru>"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/azproduction/promise-queue.git"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"jshint": "2.1.3",
|
|
"mocha": "1.11.0",
|
|
"jscs": "1.0.0",
|
|
"istanbul": "0.1.39",
|
|
"chai": "3.5.0",
|
|
"sinon": "1.17.7",
|
|
"vow": "0.4.1",
|
|
"sinon-chai": "2.8.0",
|
|
"mocha-istanbul": "0.3.0",
|
|
"coveralls": "2.11.6"
|
|
},
|
|
"scripts": {
|
|
"test": "make validate",
|
|
"lint": "make lint",
|
|
"coverage": "make coverage",
|
|
"clean": "make clean"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/azproduction/promise-queue/issues"
|
|
},
|
|
"homepage": "https://github.com/azproduction/promise-queue#readme",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {},
|
|
"license": "MIT"
|
|
}
|