UNPKG

polly-js

Version:
43 lines (42 loc) 1.08 kB
{ "name": "polly-js", "version": "1.8.3", "description": "Transient exception handling", "main": "src/polly.js", "typings": "d.ts/polly-js.d.ts", "scripts": { "test": "istanbul cover ./node_modules/mocha/bin/_mocha tests", "test:watch": "mocha tests --watch", "report-coverage": "cat ./coverage/lcov.info | ./node_modules/.bin/codecov" }, "repository": { "type": "git", "url": "git+https://github.com/mauricedb/polly-js.git" }, "keywords": [ "transient", "exception", "handling", "error", "try", "catch", "promise" ], "author": "Maurice de Beijer", "license": "MIT", "bugs": { "url": "https://github.com/mauricedb/polly-js/issues" }, "homepage": "https://github.com/mauricedb/polly-js#readme", "devDependencies": { "chai": "4.3.4", "chai-as-promised": "7.1.1", "codecov.io": "0.1.6", "gulp": "4.0.2", "gulp-mocha": "8.0.0", "istanbul": "0.4.5", "mocha": "9.1.3", "request": "^2.88.2", "request-promise": "4.2.6" } }