trytryagain
Version:
Keep trying until it works. Actually a very reliable testing strategy.
33 lines (32 loc) • 760 B
JSON
{
"name": "trytryagain",
"version": "1.2.0",
"description": "Keep trying until it works. Actually a very reliable testing strategy.",
"main": "index.js",
"directories": {},
"devDependencies": {
"bluebird": "2.10.2",
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"mocha": "^1.21.4",
"pogo": "0.9.10"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/featurist/trytrytryagain.git"
},
"keywords": [
"retry",
"testing",
"test"
],
"author": "Tim Macfarlane <timmacfarlane@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/featurist/trytrytryagain/issues"
},
"homepage": "https://github.com/featurist/trytrytryagain"
}