forked from mikejacobson/jquery-bootstrap-scrolling-tabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 822 Bytes
/
package.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
{
"name": "jquery-bootstrap-scrolling-tabs",
"version": "0.7.0",
"description": "jQuery plugin for scrollable Bootstrap Tabs",
"homepage": "https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs",
"bugs": "https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs/issues",
"author": "Mike Jacobson <[email protected]>",
"main": "jquery.scrolling-tabs.js",
"repository": {
"type": "git",
"url": "https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs.git"
},
"license": "MIT",
"ignore": [
".gitignore",
"bower.json",
"README.md",
"*.scss",
"config.rb"
],
"dependencies": {
"bootstrap": "^3.1.1",
"jquery": ">=1.9.0 <3.0.0"
},
"keywords": [
"jquery",
"bootstrap",
"tabs",
"scrolling",
"scrollable"
]
}