2018-11-19 10:43:36 +00:00
|
|
|
{
|
|
|
|
|
"name": "crawler-google-places",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "main.js",
|
|
|
|
|
"scripts": {
|
2019-01-05 08:08:16 +00:00
|
|
|
"test-local": "mocha --file ./test/crawler.local.js",
|
|
|
|
|
"test-platform": "mocha --file ./test/crawler.platform.js",
|
2018-11-19 16:56:19 +00:00
|
|
|
"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": {
|
2019-01-08 10:39:36 +00:00
|
|
|
"apify": "^0.9.13",
|
|
|
|
|
"request": "^2.88.0",
|
|
|
|
|
"request-promise": "^4.2.2"
|
2019-01-05 08:08:16 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"chai": "^4.2.0",
|
|
|
|
|
"mocha": "^5.2.0",
|
|
|
|
|
"write-json": "^3.0.1"
|
2018-11-19 16:56:19 +00:00
|
|
|
}
|
2018-11-19 10:43:36 +00:00
|
|
|
}
|