-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathdf-calendar.jquery.json
43 lines (43 loc) · 1.15 KB
/
df-calendar.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
39
40
41
42
43
{
"name" : "df-calendar",
"version" : "1.1.1",
"title" : "jQuery Calendar",
"author" : {
"name" : "Team DF",
"email" : "plugins@teamdf.com",
"url" : "http://teamdf.com/"
},
"maintainers" : [
{
"name" : "Sam Sehnert",
"email" : "sam@teamdf.com"
}
],
"description" : "This plugin allows developers to implement an extremely flexible calendar interface, with very little effort. The calendar plugin can render a Day, Week, Month and Resource calendar view. The plugin also provides an interface for manipulating and formatting dates and times.",
"keywords" : [
"calendar",
"date",
"time",
"format",
"events",
"tasks",
"drag-n-drop",
"widget",
"icalendar",
"ics",
"inline"
],
"homepage" : "https://github.com/teamdf/jquery-calendar/",
"docs" : "http://opensource.teamdf.com/calendar/docs/",
"demo" : "http://opensource.teamdf.com/calendar/examples/week.html",
"files" : ["jquery.calendar.js","jquery.calendar.min.js","jquery.calendar.css","jquery.calendar.min.css"],
"dependencies" : {
"jquery" : ">1.7.0"
},
"licenses" : [
{
"type": "MIT",
"url": "http://opensource.teamdf.com/license/"
}
]
}