{
  "name": "page-content",
  "version": "1.4.0",
  "description": "Extract content from an HTML page including microdata, rdfa, html, meta tags, images and links.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": {
    "name": "Jay Goodfellow",
    "email": "j.goodfellow@arcane.ws"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ArcaneDigital/Page-Content"
  },
  "license": "MIT",
  "keywords": [
    "content",
    "html",
    "parsing",
    "microdata",
    "jsonld"
  ],
  "dependencies": {
    "cheerio": "1.0.0-rc.2",
    "reqdata": "2.1.0",
    "traverse": "0.6.6",
    "web-auto-extractor": "1.0.17"
  }
}
