{
  "name": "social-url",
  "version": "1.8.0",
  "description": "",
  "main": "lib",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "npm run lint && npm run mocha",
    "mocha": "nyc mocha -R spec ./test",
    "watch:mocha": "npm run mocha -- -w",
    "lint": "semistandard --verbose | snazzy",
    "version": "echo $npm_package_version"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Woorank/social-url"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Woorank/social-url/issues"
  },
  "homepage": "https://github.com/Woorank/social-url",
  "devDependencies": {
    "mocha": "^5.2.0",
    "nyc": "^14.1.1",
    "semistandard": "^13.0.1",
    "snazzy": "^8.0.0"
  },
  "dependencies": {
    "tldjs": "^2.0.0"
  }
}
