forked from kartik-v/bootstrap-tabs-x
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 948 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": "bootstrap-tabs-x",
"version": "1.3.3",
"homepage": "https://github.com/kartik-v/bootstrap-tabs-x",
"authors": [
"Kartik Visweswaran <[email protected]>"
],
"description": "Extended Bootstrap Tabs with ability to align tabs in multiple ways, add borders, rotated titles, load via ajax including caching, and more.",
"main": [
"./css/bootstrap-tabs-x.min.css",
"./js/bootstrap-tabs-x.min.js"
],
"keywords": [
"bootstrap",
"tabs",
"extended",
"pills",
"below",
"left",
"right",
"above",
"center",
"jquery"
],
"dependencies": {
"jquery": ">= 1.9.0",
"bootstrap": ">= 3.0.0"
},
"license": "BSD-3",
"ignore": [
"**/.*",
"node_modules",
"composer.json",
"examples",
"bower_components",
"test",
"tests"
]
}