-
Notifications
You must be signed in to change notification settings - Fork 25
/
bower.json
37 lines (37 loc) · 920 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
{
"name": "jquery-accessible-tabs",
"version": "1.9.9",
"title": "jQuery Accessible Tabs",
"description": "jQuery Plugin that generates a Tab Navigation from Markup that makes sense without Javascript. The generated Tabs are the only ones out there that work for Screenreader users without support for WAI ARIA.",
"keywords": [
"jquery",
"tabs",
"accessibility"
],
"homepage": "http://github.com/ginader/Accessible-Tabs",
"author": {
"name": "Dirk Ginader",
"url": "http://ginader.com"
},
"repository": {
"type": "git",
"url": "git://github.com/ginader/Accessible-Tabs.git"
},
"bugs": "https://github.com/ginader/Accessible-Tabs/issues",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"dependencies": {
"jquery": ">=1.6"
},
"main": [
"js/jquery.tabs.min.js"
]
}