mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
36 lines
850 B
JSON
36 lines
850 B
JSON
{
|
|
"name": "fullcalendar",
|
|
"version": "2.0.2",
|
|
|
|
"description": "Full-sized drag & drop event calendar with resources",
|
|
"keywords": [ "calendar", "event", "full-sized", "resources" ],
|
|
"homepage": "http://arshaw.com/fullcalendar/",
|
|
|
|
"dependencies": {
|
|
"jquery": ">=1.7.1",
|
|
"moment": ">=2.5.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"jquery-ui": ">=1.8.17"
|
|
},
|
|
|
|
"title": "FullCalendar",
|
|
"demo": "",
|
|
"docs": "http://arshaw.com/fullcalendar/docs/",
|
|
"download": "",
|
|
"bugs": "https://github.com/seankenny/fullcalendar/issues",
|
|
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/arshaw/fullcalendar/blob/master/license.txt"
|
|
}
|
|
],
|
|
|
|
"author": {
|
|
"name": "Adam Shaw, Sean Kenny",
|
|
"email": "srkenny@gmail.com",
|
|
"url": "http://seankenny.me/"
|
|
},
|
|
"copyright": "2014 Adam Shaw, Sean Kenny"
|
|
} |