uoft-api
Version:
A simple module for gathering data from the University of Toronto course listings.
24 lines (23 loc) • 584 B
JSON
{
"name": "uoft-api",
"description": "A simple module for gathering data from the University of Toronto course listings.",
"author": "Thanasi Karachotzitis <thanasi.karachotzitis@mail.utoronto.ca> (http://thanasi.me)",
"version": "0.2.21",
"repository": {
"type": "git",
"url": "https://github.com/Tomkay94/uoft-api"
},
"dependencies": {
"cheerio": "*",
"request": "*"
},
"bugs": {
"url": "https://github.com/Tomkay94/uoft-api/issues"
},
"keywords": [
"University of Toronto",
"Course"
],
"license": "MIT",
"main": "index.js"
}