Files
fullcalendar/fullcalendar.jquery.json
T
2014-08-25 23:51:07 -07:00

33 lines
797 B
JSON

{
"name": "fullcalendar",
"version": "2.1.0",
"description": "Full-sized drag & drop event calendar",
"keywords": [ "calendar", "event", "full-sized" ],
"homepage": "http://arshaw.com/fullcalendar/",
"dependencies": {
"jquery": ">=1.7.1",
"moment": ">=2.5.0"
},
"title": "FullCalendar",
"demo": "http://arshaw.com/fullcalendar/",
"docs": "http://arshaw.com/fullcalendar/docs/",
"download": "http://arshaw.com/fullcalendar/download/",
"bugs": "http://arshaw.com/fullcalendar/support/",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/arshaw/fullcalendar/blob/master/license.txt"
}
],
"author": {
"name": "Adam Shaw",
"email": "arshaw@arshaw.com",
"url": "http://arshaw.com/"
},
"copyright": "2013 Adam Shaw"
}