se-scraper/package.json
2019-02-07 16:21:56 +01:00

29 lines
691 B
JSON

{
"name": "se-scraper",
"version": "1.1.13",
"description": "A simple library 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",
"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",
"puppeteer": "^1.12.2"
}
}