{
  "name": "robots-generator",
  "version": "2.3.6",
  "description": "Robots.txt generator for Node.js",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/haydenbleasel/robots-generator.git"
  },
  "scripts": {
    "test": "cd test && node test.js && gulp"
  },
  "keywords": [
    "robots",
    "txt",
    "generator",
    "node",
    "gulpfriendly",
    "gulpplugin"
  ],
  "author": "Hayden Bleasel <haydenbleasel@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/haydenbleasel/robots-generator/issues"
  },
  "homepage": "https://github.com/haydenbleasel/robots-generator",
  "dependencies": {
    "cheerio": "*",
    "through2": "*",
    "underscore": "*",
    "vinyl": "*"
  },
  "devDependencies": {
    "babel-preset-es2015": "*",
    "eslint": "*",
    "gulp": "*"
  }
}
