{
  "name": "retry-promised",
  "version": "1.0.3",
  "description": "A library for retyring promises allowing deep inspection of errors for retry.",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/**/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/terodox/retry-promised.git"
  },
  "keywords": [
    "promise",
    "retry",
    "promised",
    "error",
    "retryable",
    "deep"
  ],
  "author": "Andy Desmarais <terodox@gmail.com> (https://github.com/terodox)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/terodox/retry-promised/issues"
  },
  "homepage": "https://github.com/terodox/retry-promised#readme",
  "engines": {
    "node": ">=4.3"
  },
  "dependencies": {},
  "devDependencies": {
    "mocha": "3.2.0",
    "chai": "3.5.0"
  }
}
