{
  "name": "metalsmith-broken-link-checker",
  "version": "1.0.2",
  "description": "Metalsmith plugin to check for internal broken links",
  "author": "David Moody <david@davidxmoody.com> (https://davidxmoody.com/)",
  "homepage": "https://github.com/davidxmoody/metalsmith-broken-link-checker",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/davidxmoody/metalsmith-broken-link-checker.git"
  },
  "main": "src",
  "engines": {
    "node": ">=6"
  },
  "scripts": {
    "test": "mocha",
    "test-watch": "mocha --watch"
  },
  "keywords": [
    "metalsmith",
    "plugin",
    "metalsmith.io",
    "broken-links",
    "broken-link-checker",
    "link-checker"
  ],
  "devDependencies": {
    "chai": "^4.2.0",
    "metalsmith": "^2.1.0",
    "mocha": "^6.2.0"
  },
  "dependencies": {
    "cheerio": "^0.22.0",
    "ramda": "^0.26.1",
    "urijs": "^1.18.10"
  }
}
