Files
DisCal-Discord-Bot/package.json
NovaFox161 1c9eb49e95 Migrate to D4j v3.1.0-SNAPSHOT
Massive changes to the bot and d4j required migrating to the latest
snapshot. So far everything seems to work well, but will be tested later
on this week. Hopefully this is one step closer to being able to deploy
this to production in order to make the bot more stable and responsive.
2020-04-13 01:28:17 -05:00

43 lines
1.1 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"
}
}