forked from nico3333fr/jquery-accessible-tabs-aria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1009 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
33
34
35
36
37
38
39
40
{
"title": "jQuery accessible tabs using ARIA",
"name": "jquery-accessible-tabpanel-aria",
"description": "A simple jQuery code to provide accessible tabs (tab panels) starting from a simple source, using ARIA",
"version": "1.5.4",
"main": "jquery-accessible-tabs.js",
"keywords": [
"Accessibility",
"ARIA",
"Tabs",
"Tab panel",
"a11y"
],
"author": [
{
"name": "Nicolas Hoffmann",
"email": "[email protected]",
"web": "https://www.nicolas-hoffmann.net/"
}
],
"dependencies": {
"jquery": ">=1.0.0"
},
"bugs": {
"web": "https://github.com/nico3333fr/jquery-accessible-tabs-aria/issues"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/nico3333fr/jquery-accessible-tabs-aria.git"
}
],
"licenses": [
{
"name": "MIT",
"url": "https://github.com/nico3333fr/jquery-accessible-tabs-aria/blob/master/LICENSE"
}
],
"homepage": "https://a11y.nicolas-hoffmann.net/tabs/"
}