{
  "name": "link-checker",
  "version": "1.4.2",
  "description": "CLI which is testing existence of linked pages and anchors",
  "keywords": [
    "link-checker",
    "link-check",
    "link",
    "links",
    "href",
    "html",
    "anchor",
    "validator",
    "proofer",
    "html-proofer"
  ],
  "main": "link-checker.js",
  "scripts": {
    "test": "mocha"
  },
  "bin": {
    "link-checker": "cli"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/timaschew/link-checker"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "cheerio": "^1.0.0-rc.2",
    "commander": "^2.15.0",
    "debug": "^3.1.0",
    "mem": "^4.3.0",
    "mkdirp": "^1.0.4",
    "ms": "^2.1.2",
    "rc": "^1.2.8",
    "superagent": "^3.8.3",
    "urlencode": "^1.1.0",
    "walk": "^2.3.9",
    "yargs": "^16.2.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^8.3.0"
  }
}
