UNPKG

attempt-man

Version:

Beautifully manage attempts for your process!

47 lines (46 loc) 1.13 kB
{ "name": "attempt-man", "version": "1.0.2", "description": "Beautifully manage attempts for your process!", "main": "dist/index.js", "scripts": { "test": "mocha test/", "compile": "babel src --out-dir dist", "prepublish": "npm run compile" }, "repository": { "type": "git", "url": "git+https://github.com/zehirpx/attempt-man.git" }, "author": "Shin Zehir <zehirin@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/zehirpx/attempt-man/issues" }, "homepage": "https://github.com/zehirpx/attempt-man#readme", "directories": { "test": "test" }, "devDependencies": { "babel-core": "^6.17.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-es2015": "^6.16.0", "babel-preset-es2016": "^6.16.0", "babel-preset-es2017": "^6.16.0", "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "sinon": "^1.17.6" }, "keywords": [ "promise", "attempts", "attempter", "counter", "management", "retries", "async", "exception", "error" ] }