forked from aidanlister/jquery-stickytabs
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
35 lines (35 loc) · 913 Bytes
/
composer.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
{
"name": "aidanlister/jquery-stickytabs",
"type": "component",
"description": "This component extends bootstrap-tabs default behaviour to remember the selected tab across page reloads by using the location.hash. This also allows linking to a specific tab.",
"authors": [
{
"name": "Aidan Lister",
"email": "[email protected]",
"homepage": "http://aidanlister.com"
}
],
"homepage": "http://aidanlister.com/2014/03/persisting-the-tab-state-in-bootstrap",
"keywords": [
"jQuery",
"Bootstrap"
],
"license": "Public Domain",
"support": {
"source": "https://github.com/aidanlister/jquery-stickytabs"
},
"extra": {
"component": {
"scripts": [
"jquery.stickytabs.js"
]
}
},
"require": {
"robloach/component-installer": "*"
},
"require-dev": {
"components/bootstrap" : ">=2.3",
"components/jquery": ">=1.9.0"
}
}