-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathbower.json
49 lines (49 loc) · 882 Bytes
/
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
47
48
49
{
"name": "kbw-calendars",
"description": "This plugin provides support for various world calendars, including a datepicker.",
"keywords": [
"calendar",
"coptic",
"date",
"datepicker",
"discworld",
"ethiopian",
"gregorian",
"hebrew",
"i18n",
"input",
"islamic",
"julian",
"mayan",
"nanakshahi",
"nepali",
"persian",
"taiwanese",
"thai",
"ui",
"umm al-qura",
"validation"
],
"homepage": "https://github.com/kbwood/calendars",
"authors": [
"Keith Wood <wood.keith@optusnet.com.au> (http://keith-wood.name)"
],
"licence": "MIT",
"main": [
"src/css/jquery.calendars.picker.css",
"src/js/jquery.calendars.js"
],
"ignore": [
"**/.*",
"node_modules",
"src/bower_components"
],
"dependencies": {
"jquery": ">=1.7",
"kbw-plugin": "~1.0.3"
},
"devDependencies": {
"jquery-validation": "~1.12",
"qunit": "~1.23"
}
}