{
  "name": "robots-txt-parse",
  "version": "0.0.4",
  "description": "Streaming parser for robots.txt files",
  "main": "lib/parse.js",
  "scripts": {
    "test": "mocha -R spec ./test",
    "test-watch": "mocha -w -R spec ./test"
  },
  "author": "Jan Potoms",
  "license": "MIT",
  "devDependencies": {
    "chai": "^1.9.1",
    "mocha": "^1.18.2"
  },
  "dependencies": {
    "bluebird": "^2.3.5",
    "split": "^0.3.0",
    "stream-combiner": "^0.2.1",
    "through": "^2.3.4"
  }
}
