mirror of
https://github.com/davidjohnbarton/crawler-google-places.git
synced 2025-12-12 16:38:45 +00:00
29 lines
671 B
JSON
29 lines
671 B
JSON
{
|
|
"name": "crawler-google-places",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node ./src/main.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/drobnikj/crawler-google-places.git"
|
|
},
|
|
"keywords": [
|
|
"crawler",
|
|
"google",
|
|
"places"
|
|
],
|
|
"author": "Jakub Drobnik <drobnik.j@gmail.com>",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/drobnikj/crawler-google-places/issues"
|
|
},
|
|
"homepage": "https://github.com/drobnikj/crawler-google-places#readme",
|
|
"dependencies": {
|
|
"apify": "^0.8.18"
|
|
}
|
|
}
|