{
  "name": "@monibrand/google-html-parser",
  "version": "0.6.13",
  "description": "Parse Search Engine Results Pages to retrieve organic results, ads, shopping and more",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "generate-mock-data": "node ./test/mocks/generate-mock-data.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/monibrand/google-html-parser"
  },
  "keywords": [
    "parser",
    "google",
    "bing",
    "html",
    "ads",
    "search",
    "engine",
    "adwords",
    "serp"
  ],
  "author": "Majewan Interactive",
  "license": "GPL-v3",
  "bugs": {
    "url": "https://github.com/monibrand/google-html-parser/issues"
  },
  "files": [
    "index.js",
    "README.md",
    "modules/"
  ],
  "devDependencies": {
    "minimist": "^1.2.5",
    "mocha": "^9.2.0"
  },
  "dependencies": {
    "bluebird": "^3.7.2",
    "cheerio": "^1.0.0-rc.6",
    "debug": "^4.3.4",
    "lodash": "^4.17.21"
  },
  "engines": {
    "node": ">=6"
  }
}
