-
Notifications
You must be signed in to change notification settings - Fork 63
/
bower.json
36 lines (36 loc) · 840 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
{
"name": "jquery-bootstrap-scrolling-tabs",
"version": "2.6.1",
"main": [
"./dist/jquery.scrolling-tabs.js",
"./dist/jquery.scrolling-tabs.css"
],
"description": "jQuery plugin for scrollable Bootstrap Tabs",
"homepage": "https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs",
"author": "Mike Jacobson <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs.git"
},
"license": "MIT",
"ignore": [
".gitignore",
"package.json",
"bower.json",
"README.md",
"*.scss",
"config.rb",
"st-screenshot.png"
],
"dependencies": {
"bootstrap": "^3.1.1",
"jquery": ">=1.9.0 <4.0.0"
},
"keywords": [
"jquery",
"bootstrap",
"tabs",
"scrolling",
"scrollable"
]
}