-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathbower.json
41 lines (41 loc) · 949 Bytes
/
bower.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
39
40
41
{
"name": "jspanel3",
"version": "v3.11.3",
"description": "A 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": [
"jQuery",
"jquery-plugin",
"plugin",
"jsPanel",
"hint",
"layout",
"popup",
"ui",
"backend",
"floating panel",
"modal",
"tooltip",
"notifier",
"bootstrap",
"panel"
],
"main": [
"source/jquery.jspanel-compiled.js",
"source/jquery.jspanel.css"
],
"repository": {
"type": "git",
"url": "https://github.com/flyer53/jspanel3"
},
"ignore": [
"**/*.txt"
],
"dependencies": {
"jquery": ">=2.x"
},
"authors": [
{ "name": "Stefan Straesser", "email": "[email protected]", "homepage": "http://jspanel.de/" }
],
"license": "MIT",
"homepage": "http://jspanel.de/"
}