se-scraper/package.json
Nikolai Tschacher 1fc7f0d1c8 fixed a badboy
2019-07-11 16:54:32 +02:00

38 lines
893 B
JSON

{
"name": "se-scraper",
"version": "1.3.15",
"description": "A module using puppeteer to scrape several search engines such as Google, Duckduckgo, Bing or Baidu",
"homepage": "https://scrapeulous.com/",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"scraping",
"search-engines",
"google",
"bing",
"web-scraping"
],
"author": "Nikolai Tschacher <hire@incolumitas.com> (https://incolumitas.com/)",
"repository": {
"type": "git",
"url": "https://github.com/NikolaiT/se-scraper"
},
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"debug": "^4.1.1",
"got": "^9.6.0",
"lodash": "^4.17.14",
"proxy-chain": "^0.2.7",
"puppeteer": "^1.17.0",
"puppeteer-cluster": "^0.13.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-string": "^1.5.0",
"mocha": "^6.1.4"
}
}