{
  "name": "vows-batch-retry",
  "description": "Add on to vows to add addBatchRetry command",
  "version": "0.0.4",
  "author": "Bertrand Paquet <bertrand.paquet@gmail.com>",
  "keywords": ["vows", "bdd", "retry"],
  "main": "./lib/vows-batch-retry.js",
  "homepage": "https://github.com/bpaquet/vows-batch-retry",
  "repository": {
    "type": "git",
    "url": "git://github.com/bpaquet/vows-batch-retry.git"
  },
  "licenses": [
    {
      "type": "Apache2",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "scripts": {
    "test": "./test-runner.sh"
  },
  "dependencies": {
    "vows": "0.7.0"
  }
}