crawler-google-places/package.json
2018-12-06 11:12:17 +01:00

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.9.13"
}
}