1
restaurant-search/scrape/package.json

17 lines
318 B
JSON

{
"name": "hscd_scrape",
"version": "0.0.0",
"description": "",
"main": "scrape.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "BSD-2-Clause",
"dependencies": {
"cheerio": "~0.17.0",
"mysql": "^2.5.0",
"underscore": "~1.6.0"
}
}