forked from behzadi/persianDatepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
persianDatepicker.jquery.json
36 lines (36 loc) · 1.11 KB
/
persianDatepicker.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
{
"name": "persianDatepicker",
"title": "jQuery persian datepicker",
"description": "A lightweight jQuery plugin for select persian date, work on >IE8, Chrome, Firefox, Safari, Opera ",
"keywords": [
"persian",
"persianDatepicker",
"datepicker",
"jalali"
],
"version": "0.1.0",
"author": {
"name": "Mohammad hasan Behzadi"
},
"maintainers": [
{
"name": "Mohammad hasan Behzadi",
"email": "[email protected]",
"url": "http://behzadi.github.io"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/behzadi/persian-datepicker/blob/master/LICENSE"
}
],
"bugs": "https://github.com/behzadi/persianDatepicker/issues",
"homepage": "http://behzadi.github.io/persianDatepicker/",
"docs": "http://behzadi.github.io/persianDatepicker/",
"demo": "http://behzadi.github.io/persianDatepicker/",
"download": "https://github.com/behzadi/persianDatepicker/archive/master.zip",
"dependencies": {
"jquery": ">=1.4"
}
}