-
Notifications
You must be signed in to change notification settings - Fork 7
/
bower.json
36 lines (36 loc) · 827 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
{
"name": "van11y-accessible-tab-panel-aria",
"description": "ES2015 accessible tabs panel system, using ARIA (compatible IE9+ when transpiled)",
"homepage": "https://van11y.net/accessible-tab-panel/",
"main": "van11y-accessible-tab-panel-aria.es6.js",
"version": "2.0.4",
"keywords": [
"Accessibility",
"ARIA",
"tab panel",
"a11y",
"ES6",
"ES2015",
"Vanilla Javascript Plugin"
],
"authors": [
{
"name": "Nicolas Hoffmann",
"email": "dante3333@gmail.com",
"web": "https://www.nicolas-hoffmann.net/"
}
],
"repositories": [
{
"type": "git",
"url": "git://github.com/nico3333fr/van11y-accessible-tab-panel-aria.git"
}
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"README.md"
]
}