forked from babakhani/pwt.datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pwt.datepicker.jquery.json
39 lines (39 loc) · 1.16 KB
/
pwt.datepicker.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": "pwt.datepicker",
"title": "jQuery Persian Datepicker",
"description": "Javascript jalali calendar capable datepicker widget http://babakhani.github.io/PersianWebToolkit/datepicker.",
"keywords": [
"date",
"datepicker",
"datetimepicker",
"jalali",
"khayam",
"persian",
"iran"
],
"version": "0.4.5",
"author": {
"name": "Reza Babakhani",
"url": "http://babakhani.github.io/PersianWebToolkit/"
},
"maintainers": [
{
"name": "Reza Babakhani",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/babakhani/pwt.datepicker/issues",
"homepage": "http://babakhani.github.io/PersianWebToolkit/datepicker.html",
"docs": "http://babakhani.github.io/PersianWebToolkit/datepicker.html",
"download": "https://github.com/babakhani/pwt.datepicker/archive/master.zip",
"dependencies": {
"jquery": ">=1.5",
"pwt-date": ">=0.1.8"
}
}