Adding packages.json
This commit is contained in:
parent
9d50644dad
commit
2475f57795
15
scrape/package.json
Normal file
15
scrape/package.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"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": {
|
||||
"underscore": "~1.6.0",
|
||||
"cheerio": "~0.17.0"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user