-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathbower.json
40 lines (40 loc) · 913 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
38
39
40
{
"name": "jquery-accessible-tabpanel-aria",
"description": "A simple jQuery code to provide accessible tabs (tab panels) starting from a simple source, using ARIA",
"homepage": "https://a11y.nicolas-hoffmann.net/tabs/",
"main": "jquery-accessible-tabs.js",
"version": "1.6.1",
"keywords": [
"Accessibility",
"ARIA",
"tabs",
"tab panel",
"accessible",
"a11y",
"jQueryPlugin"
],
"authors": [
{
"name": "Nicolas Hoffmann",
"email": "[email protected]",
"web": "https://www.nicolas-hoffmann.net/"
}
],
"dependencies": {
"jquery": ">=1.0.0"
},
"repositories": [
{
"type": "git",
"url": "git://github.com/nico3333fr/jquery-accessible-tabs-aria.git"
}
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"jquery-accessible-tabs_old_version.js",
"README.md"
]
}