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": {
|
2014-09-16 06:14:22 +00:00
|
|
|
"cheerio": "~0.17.0",
|
|
|
|
"mysql": "^2.5.0",
|
|
|
|
"underscore": "~1.6.0"
|
2014-07-11 03:33:44 +00:00
|
|
|
}
|
|
|
|
}
|