1
restaurant-search/db/package.json
2015-03-26 15:46:09 +09:00

20 lines
392 B
JSON

{
"name": "hscd_scrape",
"version": "0.0.0",
"description": "",
"main": "scrape.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"cheerio": "~0.17.0",
"mysql": "^2.5.0",
"underscore": "~1.6.0",
"node-geocoder": "~2.11.0",
"geolib": "~2.0.14",
"jsonfile": "~2.0.0"
}
}