forked from kbwood/calendars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 1.12 KB
/
bower.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
44
45
46
{
"name": "kbwood_calendars",
"version": "2.0.2",
"description": "This plugin provides support for various world calendars, including a datepicker. * Calendars: Gregorian, Julian, Taiwanese, Thai, Persian, Islamic, Umm al-Qura, Hebrew, Ethiopian, Coptic, Nepali, Mayan, Nanakshahi, and Discworld. * Parse and format dates in all these calendars. * Style the datepicker using one of five themes, or use any of the standard Themeroller themes. * Over 70 localisations for Gregorian/Julian calendars.",
"keywords": [
"calendar",
"coptic",
"date",
"datepicker",
"discworld",
"ethiopian",
"gregorian",
"hebrew",
"i18n",
"input",
"islamic",
"julian",
"mayan",
"nanakshahi",
"nepali",
"persian",
"taiwanese",
"thai",
"ui",
"umm al-qura",
"validation"
],
"license": "http://keith-wood.name/licence.html",
"authors": [
"Keith Wood"
],
"main": "jquery.calendars.js",
"ignore": [
"*.gif",
"*.html",
"*.json",
"*.md",
"*.png",
"jquery.calendars-*.js",
"jquery.calendars.picker-*.js",
"jquery.*.min.js"
],
"dependencies": {
"jquery": ">=1.7"
}
}