{ "name": "retry-as-promised", "version": "2.3.2", "description": "Retry a failed promise", "main": "index.js", "scripts": { "test": "cross-env DEBUG=retry-as-promised,retry-as-promised:* NODE_ENV=test ./node_modules/.bin/mocha --check-leaks --colors -t 10000 --reporter spec test/**/*.test.js test/*.test.js" }, "repository": { "type": "git", "url": "https://github.com/mickhansen/retry-as-promised.git" }, "keywords": [ "retry", "promise", "bluebird" ], "author": "Mick Hansen ", "license": "MIT", "bugs": { "url": "https://github.com/mickhansen/retry-as-promised/issues" }, "homepage": "https://github.com/mickhansen/retry-as-promised", "dependencies": { "bluebird": "^3.4.6", "debug": "^2.6.9" }, "devDependencies": { "chai": "^2.3.0", "chai-as-promised": "^5.0.0", "cross-env": "^3.1.2", "mocha": "^2.2.5", "moment": "^2.10.6", "q": "^1.4.1", "sinon": "^1.15.1", "sinon-as-promised": "^4.0.0", "sinon-chai": "^2.8.0" } }