spex
Version:
Specialized Promise Extensions
46 lines (45 loc) • 1.22 kB
JSON
{
"name": "spex",
"version": "0.1.8",
"description": "Specialized Promise Extensions",
"main": "lib/index.js",
"scripts": {
"test": "jasmine-node test",
"coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test",
"travis": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test --captureExceptions && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"homepage": "https://github.com/vitaly-t/spex",
"repository": {
"type": "git",
"url": "https://github.com/vitaly-t/spex.git"
},
"bugs": {
"url": "https://github.com/vitaly-t/spex/issues",
"email": "vitaly.tomilov@gmail.com"
},
"keywords": [
"promise",
"throttle",
"throttling",
"load balancing"
],
"author": {
"name": "Vitaly Tomilov",
"email": "vitaly.tomilov@gmail.com"
},
"license": "MIT",
"engines": {
"node": ">=0.10",
"npm": ">=1.4"
},
"dependencies": {
},
"devDependencies": {
"bluebird": "2.x",
"coveralls": "2.x",
"grunt": "0.4.x",
"grunt-jsdoc-to-markdown": "1.x",
"istanbul": "0.3",
"jasmine-node": "1.x"
}
}