-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
38 lines (38 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "humhub-modules-calendar",
"version": "1.1.5",
"description": "HumHub calendar module",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/humhub/humhub-modules-calendar.git"
},
"dependencies": {
"@fullcalendar/core": "^4.3.1",
"@fullcalendar/daygrid": "*",
"@fullcalendar/interaction": "*",
"@fullcalendar/list": "*",
"@fullcalendar/moment": "*",
"@fullcalendar/moment-timezone": "*",
"@fullcalendar/timegrid": "*",
"moment": "^2.29.4",
"moment-timezone": "^0.5.35"
},
"author": "Julian Harrer",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/humhub/humhub-modules-calendar/issues"
},
"homepage": "https://github.com/humhub/humhub-modules-calendar#readme",
"devDependencies": {
"grunt": "^1.5.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0"
}
}