mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-02-10 21:48:28 -06:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"title": "DisCal",
|
|
"name": "discal",
|
|
"version": "3.0.0-SNAPSHOT",
|
|
"description": "A Discord bot that integrates Google Calendar into Discord",
|
|
"homepage": "https://www.discalbot.com",
|
|
"bugs": {
|
|
"url": "https://github.com/DreamExposure/DisCal-Discord-Bot/issues"
|
|
},
|
|
"license": "LGPL-3.0",
|
|
"author": "NovaFox161",
|
|
"contributors": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DreamExposure/DisCal-Discord-Bot.git"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jquery": "^3.3.33",
|
|
"browser-sync": "2.26.7",
|
|
"del": "^5.1.0",
|
|
"gulp": "4.0.2",
|
|
"gulp-autoprefixer": "6.1.0",
|
|
"gulp-clean": "0.4.0",
|
|
"gulp-clean-css": "4.2.0",
|
|
"gulp-header": "2.0.7",
|
|
"gulp-rename": "1.4.0",
|
|
"gulp-sass": "4.0.2",
|
|
"webpack": "^4.42.0",
|
|
"webpack-cli": "^3.3.11",
|
|
"ts-loader": "^6.2.1"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "5.9.0",
|
|
"bootstrap": "4.3.1",
|
|
"typescript": "^3.8.3",
|
|
"chart.js": "2.8.0",
|
|
"datatables.net-bs4": "1.10.19",
|
|
"jquery": "3.4.1",
|
|
"jquery.easing": "1.4.1",
|
|
"what-input": "5.2.3"
|
|
}
|
|
}
|