-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathjsPanel.jquery.json
37 lines (37 loc) · 1.02 KB
/
jsPanel.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
{
"name": "jsPanel",
"title": "jQuery jsPanel",
"description": "jQuery plugin to create highly configurable multifunctional floating panels for use in backend solutions and other web applications. Also usable as modal panel, tooltip or hint. With built in support for bootstrap, right-to-left text direction and more ...",
"keywords": [
"jsPanel",
"panel",
"ui",
"layout",
"popup",
"widget",
"window",
"modal",
"tooltip",
"hint",
"bootstrap"
],
"version": "2.6.3",
"author": {
"name": "Stefan Straesser",
"url": "http://jspanel.de/",
"email": "[email protected]"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"homepage": "https://github.com/Flyer53/jsPanel",
"docs": "http://jspanel.de/api.html",
"demo": "http://jspanel.de/",
"dependencies": {
"jquery": ">=1.9.1",
"jquery ui": ">=1.9"
}
}