se-scraper/package.json
2019-02-28 15:34:25 +01:00

32 lines
766 B
JSON

{
"name": "se-scraper",
"version": "1.2.1",
"description": "A simple module using puppeteer to scrape several search engines such as Google, Duckduckgo and Bing.",
"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": {
"chai": "^4.2.0",
"cheerio": "^1.0.0-rc.2",
"got": "^9.6.0",
"proxy-chain": "^0.2.7",
"puppeteer": "^1.12.2",
"puppeteer-cluster": "^0.13.0"
}
}