se-scraper/package.json

33 lines
795 B
JSON
Raw Normal View History

2018-12-24 14:25:02 +01:00
{
"name": "se-scraper",
2019-05-06 21:54:23 +02:00
"version": "1.2.16",
"description": "A simple module using puppeteer to scrape several search engines such as Google, Duckduckgo, Bing or Baidu",
2019-01-27 15:54:56 +01:00
"homepage": "https://scrapeulous.com/",
2018-12-24 14:25:02 +01:00
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"scraping",
"search-engines",
"google",
"bing",
2018-12-24 14:25:02 +01:00
"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",
"debug": "^4.1.1",
"got": "^9.6.0",
"proxy-chain": "^0.2.7",
"puppeteer": "^1.12.2",
"puppeteer-cluster": "^0.13.0"
2018-12-24 14:25:02 +01:00
}
}