{
  "name": "url-metadata",
  "version": "2.5.0",
  "description": "Request an http(s) url and scrape its metadata.",
  "main": "index.js",
  "scripts": {
    "lint": "standard",
    "test": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/laurengarcia/url-metadata.git"
  },
  "author": "Lauren Garcia <lauren.garcia@gmail.com> (https://github.com/laurengarcia)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/laurengarcia/url-metadata/issues"
  },
  "homepage": "https://github.com/laurengarcia/url-metadata#readme",
  "keywords": [
    "http",
    "https",
    "url",
    "metadata",
    "metatags",
    "meta",
    "tags",
    "article",
    "scrape",
    "scraper",
    "node",
    "node.js",
    "javascript",
    "js",
    "og",
    "open graph",
    "og tags",
    "jsonld"
  ],
  "dependencies": {
    "cheerio": "^0.22.0",
    "q": "^1.4.1",
    "request": "^2.88.0",
    "standard": "^12.0.1",
    "underscore": "^1.8.3"
  }
}
