forked from nico3333fr/jquery-accessible-accordion-aria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
30 lines (30 loc) · 757 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
{
"title": "jQuery Accessible Accordion system, using ARIA",
"name": "jquery-accessible-accordion-aria",
"version": "2.5.2",
"main": "index.js",
"description": "This jQuery plugin will provide you an accessible Accordion System, using ARIA",
"author": [
{
"name": "Nicolas Hoffmann",
"email": "[email protected]",
"web": "https://www.nicolas-hoffmann.net/"
}
],
"homepage": "https://a11y.nicolas-hoffmann.net/accordion/",
"repository": {
"type": "git",
"url": "[email protected]:nico3333fr/jquery-accessible-accordion-aria.git"
},
"license": "MIT",
"keywords": [
"Accessibility",
"ARIA",
"accordion",
"a11y",
"jQuery Plugin"
],
"dependencies": {
"jquery": ">=1.0.0"
}
}