{
  "name": "backoff-func",
  "version": "0.1.2",
  "description": "Eventually call a function based on an exponential backoff",
  "main": "lib/backoff.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "backoff",
    "retry"
  ],
  "author": {
    "name": "Samuel Fortier-Galarneau",
    "email": "samuel.galarneau@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/samuelg/node-backoff-func"
  },
  "license": "MIT",
  "devDependencies": {
    "chai": "^2.3.0",
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-mocha-istanbul": "^2.4.0",
    "grunt-mocha-test": "^0.12.7",
    "istanbul": "^0.3.13",
    "mocha": "^2.2.4"
  }
}
