forked from zabuto/calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzabuto_calendar.jquery.json
37 lines (37 loc) · 976 Bytes
/
zabuto_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
{
"name": "zabuto_calendar",
"title": "Zabuto Calendar",
"description": "jQuery plugin for Bootstrap to add a month calendar to your page.",
"keywords": [
"calendar",
"agenda",
"date",
"monthly",
"events",
"bootstrap",
"html5",
"responsive",
"ajax",
"json"
],
"version": "1.3",
"author": {
"name": "Anke Heijnen",
"url": "http://zabuto.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/zabuto/calendar/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/zabuto/calendar/issues",
"homepage": "https://github.com/zabuto/calendar",
"docs": "https://github.com/zabuto/calendar",
"download": "https://github.com/zabuto/calendar",
"demo": "http://zabuto.com/dev/calendar/examples",
"dependencies": {
"jquery": ">=2.0.3",
"bootstrap": ">=3.0.2"
}
}