UNPKG

meta-og-scrape

Version:

Scrape meta, link & open graph tags from the head of document as a JavaScript object (JSON)

45 lines (44 loc) 1.06 kB
{ "name": "meta-og-scrape", "description": "Scrape meta, link & open graph tags from the head of document as a JavaScript object (JSON)", "version": "1.0.0", "license": "MIT", "main": "index.js", "author": { "name": "LaChrome", "url": "https://github.com/LaChrome/meta-og-scrape" }, "scripts": { "test": "mocha tests/*-test.js", "test-cov": "istanbul cover --report lcovonly --dir ./reports ./node_modules/mocha/bin/_mocha -- -R spec ./tests" }, "dependencies": { "cheerio": "0.19.0", "lodash": "3.6.0", "request": "2.55.0" }, "devDependencies": { "expect.js": "0.3.1", "mocha": "2.2.4", "bluebird": "^2.9.24", "nock": "^1.7.0", "istanbul": "^0.3.2" }, "repository": { "type": "git", "url": "http://github.com/LaChrome/meta-og-scrape.git", "web": "http://github.com/LaChrome/meta-og-scrape" }, "keywords": [ "open graph", "opengraph", "ogp", "og", "meta", "head scraper", "site scraper", "meta scraper", "scraper", "meta data" ] }