httplease-retry
Version:
Retry filter for httplease
48 lines (47 loc) • 1.11 kB
JSON
{
"name": "httplease-retry",
"version": "0.5.1",
"description": "Retry filter for httplease",
"main": "index.js",
"scripts": {
"test": "npm run test:lint && npm run test:coverage",
"test:lint": "eslint lib test --fix",
"test:jasmine": "jasmine JASMINE_CONFIG_PATH=jasmine.json",
"test:coverage": "nyc jasmine JASMINE_CONFIG_PATH=jasmine.json",
"prepublish": "npm test"
},
"repository": "bitbucket:atlassianlabs/httplease-retry",
"keywords": [
"httplease",
"http",
"client",
"request",
"retry"
],
"contributors": [
{
"name": "James Bunton",
"email": "jbunton@atlassian.com"
},
{
"name": "Brian McKenna",
"email": "bmckenna@atlassian.com"
}
],
"license": "Apache-2.0",
"files": [
"index.js",
"index.d.ts",
"lib"
],
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-jbunton": "0.0.7",
"httplease": "^0.7.0",
"jasmine": "^3.2.0",
"jasmine-http-server-spy": "^0.3.1",
"jasmine-promise-tools": "^1.0.0",
"nyc": "^11.0.3",
"proxyquire": "^2.1.0"
}
}