non_npm_packages: 03balogun/google_local_result_scrapper, package.json
This data as json
| commit | contents | organization | path | repository |
|---|---|---|---|---|
| 25b58bc345e6735cb6c9ddead605f0a045158b72 | {
"author": "Balogun Wahab",
"bugs": {
"url": "https://github.com/03balogun/google_local_result_scrapper/issues"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"puppeteer": "^1.20.0"
},
"description": "This script scrapes google local search result and save the record to a json file",
"homepage": "https://github.com/03balogun/google_local_result_scrapper#readme",
"keywords": [
"Google",
"Bot",
"Puppeteer",
"NodeJs",
"Automation",
"Web scrapper"
],
"license": "MIT",
"main": "example.js",
"name": "google_local_result_scrapper",
"repository": {
"type": "git",
"url": "git+https://github.com/03balogun/google_local_result_scrapper.git"
},
"scripts": {
"start": "node example.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
} |
03balogun | package.json | 03balogun/google_local_result_scrapper |