1
restaurant-search/db/package.json

20 lines
392 B
JSON
Raw Normal View History

2014-07-11 03:33:44 +00:00
{
"name": "hscd_scrape",
"version": "0.0.0",
"description": "",
"main": "scrape.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
2014-10-03 03:32:21 +00:00
"license": "MIT",
2014-07-11 03:33:44 +00:00
"dependencies": {
"cheerio": "~0.17.0",
"mysql": "^2.5.0",
2014-11-17 01:54:50 +00:00
"underscore": "~1.6.0",
"node-geocoder": "~2.11.0",
2015-03-26 06:46:09 +00:00
"geolib": "~2.0.14",
"jsonfile": "~2.0.0"
2014-07-11 03:33:44 +00:00
}
}