forked from continuouscalendar/jquery-continuous-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
continuousCalendar.jquery.json
42 lines (42 loc) · 1.13 KB
/
continuousCalendar.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
{
"name" : "continuousCalendar",
"title" : "jQuery Continuous Calendar",
"description" : "Date picker and range selector with scrollable months instead of paged",
"keywords" : [
"tags",
"ui",
"input",
"calendar",
"date",
"datepicker",
"dateinput",
"dates",
"form",
"i18n"
],
"version" : "4.4.1",
"author" : {
"name": "Eero Anttila",
"url" : "http://eeroanttila.wordpress.com/about/"
},
"maintainers" : [
{
"name" : "Eero Anttila",
"email": "[email protected]",
"url" : "http://eeroanttila.wordpress.com/about/"
}
],
"licenses" : [
{
"type": "Apache License, Version 2.0",
"url" : "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs" : "https://github.com/reaktor/jquery-continuous-calendar/issues",
"homepage" : "http://reaktor.github.com/jquery-continuous-calendar/",
"docs" : "http://reaktor.github.com/jquery-continuous-calendar/#api_documentation",
"download" : "https://github.com/reaktor/jquery-continuous-calendar/archive/3.0.3.zip",
"dependencies": {
"jquery": ">=1.5"
}
}