{
  "name": "heads",
  "version": "1.3.0",
  "description": "Make parallel HEAD requests for an array of URLs and get back their HTTP status codes.",
  "main": "index.js",
  "dependencies": {
    "async": "^2.0.0-rc.6",
    "got": "^6.3.0",
    "pify": "^2.3.0"
  },
  "devDependencies": {
    "sinon": "^2.1.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.0"
  },
  "scripts": {
    "test": "node test.js | tap-spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zeke/heads.git"
  },
  "keywords": [
    "healthcheck",
    "uptime",
    "http",
    "head",
    "200",
    "ok",
    "connectivity",
    "test"
  ],
  "author": "Zeke Sikelianos <zeke@sikelianos.com> (http://zeke.sikelianos.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zeke/heads/issues"
  },
  "homepage": "https://github.com/zeke/heads#readme"
}
