forked from flatlogic/bootstrap-tabcollapse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
24 lines (24 loc) · 600 Bytes
/
bower.json
File metadata and controls
24 lines (24 loc) · 600 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "bootstrap-tabcollapse",
"main": "bootstrap-tabcollapse.js",
"version": "0.2.7",
"homepage": "https://github.com/flatlogic/bootstrap-tabcollapse",
"authors": [
"okendoken (http://flatlogic.com)"
],
"description": "Bootstrap plugin that switches bootstrap tabs component to collapse component for small screens.",
"keywords": [
"bootstrap",
"tabs",
"collapse",
"responsive"
],
"license": "MIT",
"dependencies": {
},
"ignore": [
"**/.*",
"bower_components",
"example"
]
}