{
  "name": "spidermedic",
  "version": "0.1.1",
  "description": "A CLI tool for validating pages while crawling a website.",
  "repository": "https://github.com/beekmanlabs/node-spidermedic",
  "keywords": [
    "qa",
    "crawl",
    "medic",
    "validation"
  ],
  "main": "lib/cli.js",
  "scripts": {
    "test": "mocha -R spec -t 5000"
  },
  "author": {
    "name": "Ethan Hann",
    "email": "ethanhann@gmail.com",
    "url": "http://ethanhann.com/"
  },
  "license": "MIT",
  "dependencies": {
    "chalk": "^1.0.0",
    "cheerio": "^0.18.0",
    "figures": "^1.3.5",
    "jshint": "^2.6.3",
    "simplecrawler": "^0.3.10",
    "yargs": "^3.5.4"
  },
  "devDependencies": {
    "chai": "^2.1.2",
    "mocha": "^2.2.1"
  },
  "preferGlobal": "true",
  "bin": {
    "spidermedic": "lib/cli.js"
  }
}
