forked from kylestetz/CLNDR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clndr.jquery.json
32 lines (32 loc) · 891 Bytes
/
clndr.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
{
"name": "clndr",
"title": "CLNDR",
"description": "CLNDR is a calendar plugin that uses HTML templates, allowing you to write custom markup and styles that have access to useful calendar data.",
"keywords": ["calendar", "ui", "date", "punkave"],
"version": "1.2.5",
"author": {
"name": "Kyle Stetz",
"url": "https://github.com/kylestetz"
},
"maintainers": [
{
"name": "Kyle Stetz",
"email": "kyle@punkave.com",
"url": "http://punkave.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/kylestetz/CLNDR/LICENSE.md"
}
],
"bugs": "https://github.com/kylestetz/CLNDR/issues",
"homepage": "http://kylestetz.github.io/CLNDR/",
"docs": "https://github.com/kylestetz/CLNDR",
"download": "https://github.com/kylestetz/CLNDR",
"dependencies": {
"jquery": ">=1.9",
"moment": ">=2.8.3"
}
}