{
  "name": "@crstn/redirect",
  "version": "1.2.0",
  "description": "",
  "keywords": [
    "apache",
    "htaccess",
    "redirect",
    "redirects",
    "301",
    "cli",
    "crawl",
    "crawler",
    "crawling"
  ],
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": {
    "name": "crstn",
    "email": "hallo@crstn.io"
  },
  "license": "MIT",
  "dependencies": {
    "commander": "^2.15.1",
    "js-crawler": "^0.3.20",
    "lodash": "^4.17.10",
    "pkginfo": "^0.4.1",
    "regex-escape": "^3.4.8",
    "validator": "^10.3.0"
  },
  "bin": {
    "redirect": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crstnio/redirect.git"
  }
}
