{
  "name": "@tacohitbox/bing-scraper",
  "version": "1.0.4",
  "description": "Scrape results from Microsoft Bing.",
  "main": "index.js",
  "scripts": {
    "test": "node tests/index.js"
  },
  "repository": {
    "type": "git",
    "url": "http://git.foreskin.live/tacohitbox/bing-scraper.git"
  },
  "keywords": [
    "bing",
    "scrape",
    "scraper",
    "bing-scraping",
    "bing-scraper"
  ],
  "author": "tacohitbox",
  "license": "UNLICENSED",
  "dependencies": {
    "cheerio": "^1.0.0-rc.10",
    "got": "^11.8.2",
    "set-cookie-parser": "^2.4.8"
  },
  "directories": {
    "test": "tests"
  },
  "devDependencies": {}
}
