crawler-google-places/package.json

29 lines
671 B
JSON
Raw Normal View History

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": {
2018-12-06 10:12:17 +00:00
"apify": "^0.9.13"
2018-11-19 16:56:19 +00:00
}
2018-11-19 10:43:36 +00:00
}