diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-06-29 09:14:16 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-06-29 09:14:16 -0400 |
| commit | b2c6bf39771f288fac10224c0e1c9dcbf4290730 (patch) | |
| tree | 87ccfa225035fc3103cee91e17ba63c3eb0b8cd7 /src/scraping/acm/package.json | |
| parent | 824066f6c6842d31c41b4686a6e1a9baae61c492 (diff) | |
| parent | 5cfd32830586a3e1162ee81538e13d675edb79a7 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/scraping/acm/package.json')
| -rw-r--r-- | src/scraping/acm/package.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/scraping/acm/package.json b/src/scraping/acm/package.json new file mode 100644 index 000000000..10f4d2156 --- /dev/null +++ b/src/scraping/acm/package.json @@ -0,0 +1,17 @@ +{ + "name": "scraper", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "dependencies": { + "axios": "^0.19.0", + "cheerio": "^1.0.0-rc.3", + "selenium-webdriver": "^4.0.0-alpha.4" + } +} |
