package.json
1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "retry-as-promised",
"version": "2.3.0",
"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.2.0"
},
"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"
},
"_from": "retry-as-promised@2.3.0",
"_resolved": "http://registry.npm.taobao.org/retry-as-promised/download/retry-as-promised-2.3.0.tgz"
}