{
  "name": "url-exists",
  "version": "1.0.3",
  "description": "Check if a url exists",
  "main": "index.js",
  "scripts": {
    "test": "node test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/boblauer/url-exists.git"
  },
  "keywords": [
    "url",
    "exists"
  ],
  "author": "Bob Lauer <rlauer@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/boblauer/url-exists/issues"
  },
  "homepage": "https://github.com/boblauer/url-exists#readme",
  "dependencies": {
    "request": "^2.69.0"
  }
}
