diff options
| author | Sam Wilkins <samuel_wilkins@brown.edu> | 2019-06-25 21:22:29 -0400 |
|---|---|---|
| committer | Sam Wilkins <samuel_wilkins@brown.edu> | 2019-06-25 21:22:29 -0400 |
| commit | 06bd486c72342b4d979245c9f4051156e6492541 (patch) | |
| tree | 3c0a18c8e682ab3c518eaa14369f088025041469 /src/scraping/acm/package.json | |
| parent | 4be53f12fffa099f3381813192e60415898183d1 (diff) | |
scraping progress
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" + } +} |
