diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-06-29 02:32:54 -0400 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-06-29 02:32:54 -0400 |
| commit | 642d22526d102198ed624a2b1e2eaed3b8f731b6 (patch) | |
| tree | 5ff8261328dd70e45989908d8ab0153854a48f78 /src/scraping/acm/package.json | |
| parent | a446286326e04dc5c3958d157cc9120603d42b76 (diff) | |
added acm scraping to master and made keyhandlers responsive to mac keystrokes
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" + } +} |
