UNPKG

ucla-dining

Version:

ucla dining hall activity scraper

30 lines (29 loc) 675 B
{ "name": "ucla-dining", "version": "0.0.3", "description": "ucla dining hall activity scraper", "main": "lib/dining.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ryanmjacobs/dining.git" }, "keywords": [ "ucla", "dining", "hall", "activity" ], "author": "Ryan Jacobs <ryan.mjacobs@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ryanmjacobs/dining/issues" }, "homepage": "https://github.com/ryanmjacobs/dining#readme", "dependencies": { "cheerio": "^1.0.0-rc.2", "node-fetch": "^2.1.2" } }