From 642d22526d102198ed624a2b1e2eaed3b8f731b6 Mon Sep 17 00:00:00 2001 From: Sam Wilkins Date: Sat, 29 Jun 2019 02:32:54 -0400 Subject: added acm scraping to master and made keyhandlers responsive to mac keystrokes --- src/scraping/acm/package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/scraping/acm/package.json (limited to 'src/scraping/acm/package.json') 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" + } +} -- cgit v1.2.3-70-g09d2