-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin-config.json
More file actions
33 lines (33 loc) · 787 Bytes
/
plugin-config.json
File metadata and controls
33 lines (33 loc) · 787 Bytes
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
{
"name": "jquery_dropdown_datepicker",
"title": "jQuery Dropdown Datepicker",
"description": "A simple customizable jquery dropdown datepicker",
"keywords": [
"datepicker",
"daterangepicker",
"plugin",
"dropdown",
"jquery"
],
"version": "1.3.0",
"author": {
"name": "Md Shafkat Hussain Tanvir",
"email": "tanvir0604@gmail.com",
"url": "https://github.com/tanvir0604"
},
"maintainers": [
{
"name": "Md Shafkat Hussain Tanvir",
"email": "tanvir0604@gmail.com",
"url": "https://github.com/tanvir0604"
}
],
"licenses": [
{
"type": "ISC"
}
],
"dependencies": {
"jquery": ">=1.4"
}
}