四好公路
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

39 lines
1.0 KiB

{
"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 <maker@mhansen.io>",
"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"
}
}