-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpwt.datepicker.jquery.json
More file actions
executable file
·39 lines (39 loc) · 1.18 KB
/
pwt.datepicker.jquery.json
File metadata and controls
executable file
·39 lines (39 loc) · 1.18 KB
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 https://persiandate.github.io/PersianWebToolkit/datepicker.",
"keywords": [
"date",
"datepicker",
"datetimepicker",
"jalali",
"khayam",
"persian",
"iran"
],
"version": "0.4.5",
"author": {
"name": "Reza Babakhani",
"url": "https://persiandate.github.io/PersianWebToolkit/"
},
"maintainers": [
{
"name": "Reza Babakhani",
"email": "babakhani.reza@gmail.com"
}
],
"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": "https://persiandate.github.io/PersianWebToolkit/datepicker.html",
"docs": "https://persiandate.github.io/PersianWebToolkit/datepicker.html",
"download": "https://github.com/babakhani/pwt.datepicker/archive/master.zip",
"dependencies": {
"jquery": ">=1.5",
"pwt-date": ">=0.1.8"
}
}