forked from ericwenn/kalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kalendar.jquery.json
39 lines (39 loc) · 1.05 KB
/
kalendar.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
{
"name": "kalendar",
"title": "kalendar",
"description": "kalendar helps you display a calendar with events, both Google Calendar and custom, on your website.",
"keywords": [
"calendar",
"date",
"google",
"googlecal",
"ui",
"ericwenn"
],
"version": "1.2.0",
"author": {
"name": "Eric Wennerberg",
"email": "[email protected]",
"url": "http://ericwenn.se"
},
"maintainers": [
{
"name": "Eric Wennerberg",
"email": "[email protected]",
"url": "http://ericwenn.se"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/ericwenn/kalendar/issues",
"homepage": "http://www.ericwenn.se/playground/kalendar/",
"docs": "http://www.ericwenn.se/playground/kalendar/",
"download": "https://github.com/ericwenn/kalendar/archive/master.zip",
"dependencies": {
"jquery": ">=1.5"
}
}