crawler-google-places/package.json

25 lines
588 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": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}