2018-11-19 10:43:36 +00:00
|
|
|
{
|
|
|
|
|
"name": "crawler-google-places",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "main.js",
|
|
|
|
|
"scripts": {
|
2018-11-19 16:56:19 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
|
"start": "node ./src/main.js"
|
2018-11-19 10:43:36 +00:00
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
},
|
2018-11-19 16:56:19 +00:00
|
|
|
"homepage": "https://github.com/drobnikj/crawler-google-places#readme",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"apify": "^0.8.18"
|
|
|
|
|
}
|
2018-11-19 10:43:36 +00:00
|
|
|
}
|