xjtlu-timetable-to-ics
Version:
A simple command-line tool for exporting timetable from XJTLU e-bridge to a iCalendar file.
38 lines (37 loc) • 980 B
JSON
{
"name": "xjtlu-timetable-to-ics",
"version": "0.0.5",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"commander": "^2.18.0",
"config": "^1.31.0",
"ics-js": "^0.10.2",
"moment": "^2.22.2",
"request": "^2.88.0"
},
"description": "A simple command-line tool for exporting timetable from XJTLU e-bridge to a iCalendar file.",
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/computerfan/XJTLU-Timetable-to-ICS.git"
},
"keywords": [
"xjtlu",
"ics"
],
"bin": {
"xjtlu-timetable-to-ics": "./bin/xjtlu-timetable-to-ics.js"
},
"author": "Computerfan <dinanaomi97@gmail.com> (https://cfan.space/)",
"license": "MIT",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/computerfan/XJTLU-Timetable-to-ICS/issues"
}
}