-
Notifications
You must be signed in to change notification settings - Fork 67
/
dialogextend.jquery.json
38 lines (38 loc) · 1.03 KB
/
dialogextend.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
{
"name": "dialogextend",
"title": "jQuery DialogExtend",
"description": "Maximize and Minimize Buttons for UI Dialog.",
"keywords": [
"dialog",
"minimize",
"maximize",
"collapse",
"extend"
],
"version": "2.0.4",
"author": {
"name": "ROMB",
"url": "https://github.com/ROMB"
},
"maintainers": [
{
"name": "ROMB",
"url": "https://github.com/ROMB"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ROMB/jquery-dialogextend/blob/master/LICENSE.md"
}
],
"bugs": "https://github.com/ROMB/jquery-dialogextend/issues",
"homepage": "http://romb.github.io/jquery-dialogextend/",
"docs": "http://romb.github.io/jquery-dialogextend/",
"download": "https://github.com/ROMB/jquery-dialogextend",
"demo": "http://romb.github.io/jquery-dialogextend/example.html",
"dependencies": {
"jquery": "~1.11.1",
"jquery-ui": "~1.11.0"
}
}