UNPKG

search-engine-client

Version:

A nodejs module to extract links from Google, Bing etc..

53 lines (52 loc) 1.17 kB
{ "name": "search-engine-client", "version": "1.2.6", "description": "A nodejs module to extract links from Google, Bing etc..", "main": "index.js", "keywords": [ "google-client", "bing-client", "search-engine-client", "search-engine", "search", "google-search-scraper", "bing-search-scraper", "scraper", "node-google-search-scraper", "search-scraper", "aol", "ask", "baidu", "bing", "duckduckgo", "google", "yahoo" ], "dependencies": { "nightmare": "^2.10.0", "os": "^0.1.1", "array-unique": "^0.3.2", "debug": "^3.1.0" }, "devDependencies": { "mocha": "^4.1.0", "cross-env": "^5.1.3" }, "scripts": { "test": "cross-env HEADLESS=0 DEBUG=mocha:*,nightmare:actions*,autokent:* mocha --recursive --slow 30000" }, "homepage": "https://gitlab.com/autokent/search-engine-client", "bugs": { "url": "https://gitlab.com/autokent/search-engine-client/issues", "email": "mehmet.kozan@live.com" }, "repository": { "type": "git", "url": "https://gitlab.com/autokent/search-engine-client.git" }, "author": "Mehmet Kozan <mehmet.kozan@live.com>", "license": "MIT", "engines": { "node": ">=6.8.1" } }