forked from fullcalendar/fullcalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fullcalendar.jquery.json
38 lines (34 loc) · 966 Bytes
/
fullcalendar.jquery.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": "fullcalendar",
"version": "1.5.4-final",
"dependencies": {
"jquery": "~1.8.1"
},
"optionalDependencies": {
"jquery-ui": "~1.8.23"
},
"title": "FullCalendar",
"description": "Full-sized drag & drop event calendar",
"keywords": [ "calendar", "event", "full-sized" ],
"homepage": "http://arshaw.com/fullcalendar/",
"demo": "http://arshaw.com/fullcalendar/",
"docs": "http://arshaw.com/fullcalendar/docs/",
"download": "http://arshaw.com/fullcalendar/download/",
"bugs": "http://code.google.com/p/fullcalendar/issues/list",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/arshaw/fullcalendar/blob/master/MIT-LICENSE.txt"
},
{
"type": "GPL",
"url": "https://github.com/arshaw/fullcalendar/blob/master/GPL-LICENSE.txt"
}
],
"author": {
"name": "Adam Shaw",
"email": "arshaw@arshaw.com",
"url": "http://arshaw.com/"
},
"copyright": "2012 Adam Shaw"
}