-
Notifications
You must be signed in to change notification settings - Fork 75
/
bower.json
39 lines (39 loc) · 851 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
{
"name": "lobipanel",
"description": "jQuery plugin for bootstrap panels. It extends panels with several common and useful functions",
"main": [
"css/lobipanel.css",
"js/lobipanel.js"
],
"authors": [
{
"name": "Zura Sekhniashvili",
"email": "[email protected]",
"homepage": "https://github.com/arboshiki"
}
],
"license": "MIT",
"keywords": [
"jQuery",
"plugin",
"bootstrap panels",
"floating windows",
"ajax loading panels",
"localStorage"
],
"homepage": "https://github.com/arboshiki/lobibox",
"moduleType": [],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "^3.3.6",
"jquery-ui": "^1.11.4",
"jquery-ui-touch-punch-improved": "^0.3.1"
}
}