{
  "name": "parse-domain",
  "version": "0.2.2",
  "description": "Splits an url into sub-domain, domain and effective top-level-domain",
  "main": "./lib/parseDomain.js",
  "scripts": {
    "test": "mocha -R spec",
    "download-tld": "curl https://publicsuffix.org/list/effective_tld_names.dat > lib/build/tld.txt",
    "build-regex": "node lib/build/buildRegex.js",
    "update-regex": "npm run download-tld && npm run build-regex && npm run test"
  },
  "keywords": [
    "domain",
    "url",
    "sub-domain",
    "tld",
    "parse",
    "extract",
    "sanitize",
    "country",
    "top-level"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/peerigon/parse-domain.git"
  },
  "author": "peerigon <developers@peerigon.com>",
  "license": "Unlicense",
  "dependencies": {},
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.1.0"
  }
}
