try-to
Version:
try to do stuff, get promises back, chainy api
46 lines (45 loc) • 1.14 kB
JSON
{
"name": "try-to",
"version": "0.0.1",
"description": "try to do stuff, get promises back, chainy api",
"main": "src/try-to.js",
"scripts": {
"test": "npm run jasmine && npm run lint",
"jasmine": "SET JASMINE_CONFIG_PATH=./test/jasmine.json&& jasmine",
"lint": "eslint src/*.js test/*.js",
"dev": "SET JASMINE_CONFIG_PATH=./test/jasmine.json&& nodemon --exec \"npm test\"",
"doc": "jsdoc2md src/*.js > API.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jon-hall/tryto.git"
},
"keywords": [
"exponential",
"backoff",
"back-off",
"linear",
"retry",
"repeat"
],
"author": "Jon Hall <jon_hall@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jon-hall/tryto/issues"
},
"engines": {
"node": ">=4.0.0",
"npm": ">=3.0.0"
},
"homepage": "https://github.com/jon-hall/tryto#readme",
"devDependencies": {
"eslint": "^1.10.3",
"jasmine": "^2.4.1",
"jsdoc-to-markdown": "^1.3.2",
"nodemon": "^1.8.1"
},
"dependencies": {
"lodash.merge": "^3.3.2",
"simple-backoff": "^1.0.0"
}
}