Files
DisCal-Discord-Bot/package.json
NovaFox161 1a0b1c1d01 Add showing guild shard on dashboard
This commit adds showing the shard index that the guild is expected to
be on.
2020-03-28 14:00:58 -05:00

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"
}
}