forked from fullcalendar/fullcalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
46 lines (46 loc) · 1015 Bytes
/
composer.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
39
40
41
42
43
44
45
46
{
"name": "fullcalendar/fullcalendar",
"type": "component",
"description": "Full-sized drag & drop event calendar",
"keywords": [
"calendar",
"event",
"full-sized",
"jquery-plugin"
],
"homepage": "https://fullcalendar.io/",
"license": "MIT",
"authors": [
{
"name": "Adam Shaw",
"email": "arshaw@arshaw.com",
"homepage": "http://arshaw.com/"
}
],
"minimum-stability": "stable",
"require": {
"robloach/component-installer": "*",
"components/jquery": "2 - 3",
"moment/moment": "^2.9.0"
},
"extra": {
"component": {
"scripts": [
"dist/fullcalendar.js",
"dist/gcal.js"
],
"styles": [
"dist/fullcalendar.css",
"dist/fullcalendar.print.css"
],
"files": [
"dist/fullcalendar.min.js",
"dist/fullcalendar.min.css",
"dist/fullcalendar.print.min.css",
"dist/gcal.min.js",
"dist/locale-all.js",
"dist/locale/*.js"
]
}
}
}