{
  "name": "robots-txt-guard",
  "version": "0.1.1",
  "description": "Validate urls against robots.txt rules.",
  "main": "lib/guard.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Woorank/robots-txt-guard"
  },
  "scripts": {
    "test": "mocha -R spec ./test",
    "test-watch": "mocha -w -R spec ./test",
    "version": "echo $npm_package_version"
  },
  "author": "Jan Potoms",
  "license": "MIT",
  "devDependencies": {
    "chai": "^1.9.1",
    "mocha": "^2.0.1"
  },
  "dependencies": {}
}
