{
  "name": "broken-link-checker",
  "description": "Find broken links, missing images, etc in your HTML.",
  "version": "0.7.8",
  "license": "MIT",
  "author": "Steven Vachon <contact@svachon.com> (https://www.svachon.com/)",
  "repository": "stevenvachon/broken-link-checker",
  "main": "lib",
  "bin": {
    "blc": "bin/blc",
    "broken-link-checker": "bin/blc"
  },
  "dependencies": {
    "bhttp": "^1.2.1",
    "calmcard": "~0.1.1",
    "chalk": "^1.1.3",
    "char-spinner": "^1.0.1",
    "condense-whitespace": "^1.0.0",
    "default-user-agent": "^1.0.0",
    "errno": "~0.1.4",
    "extend": "^3.0.0",
    "humanize-duration": "^3.9.1",
    "http-equiv-refresh": "^1.0.0",
    "is-stream": "^1.0.1",
    "is-string": "^1.0.4",
    "limited-request-queue": "^2.0.0",
    "link-types": "^1.1.0",
    "maybe-callback": "^2.1.0",
    "nopter": "~0.3.0",
    "parse5": "^3.0.2",
    "robot-directives": "~0.3.0",
    "robots-txt-guard": "~0.1.0",
    "robots-txt-parse": "~0.0.4",
    "urlcache": "~0.7.0",
    "urlobj": "0.0.11"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "chai-like": "~0.2.10",
    "chai-things": "~0.2.0",
    "es6-promise": "^4.1.0",
    "mocha": "^3.0.2",
    "object.assign": "^4.0.4",
    "slashes": "^1.0.5",
    "st": "^1.2.0"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "scripts": {
    "test": "mocha test/ --reporter spec --check-leaks --bail",
    "test-watch": "mocha test/ --reporter spec --check-leaks --bail -w"
  },
  "files": [
    "bin",
    "lib",
    "license"
  ],
  "keywords": [
    "404",
    "html",
    "hyperlink",
    "links",
    "seo",
    "url"
  ]
}
