forked from nico3333fr/jquery-accessible-modal-window-aria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 854 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
{
"name": "jquery-accessible-modal-window-aria",
"description": "This jQuery plugin provides a shiny and accessible modal window, using ARIA",
"homepage": "https://a11y.nicolas-hoffmann.net/modal/",
"main": "jquery-accessible-modal-window-aria.js",
"version": "1.10.0",
"keywords": [
"Accessibility",
"ARIA",
"modal",
"modal window",
"a11y",
"jQueryPlugin"
],
"authors": [
{
"name": "Nicolas Hoffmann",
"email": "dante3333@gmail.com",
"web": "https://www.nicolas-hoffmann.net/"
}
],
"dependencies": {
"jquery": ">=1.0.0"
},
"repositories": [
{
"type": "git",
"url": "git://github.com/nico3333fr/jquery-accessible-modal-window-aria.git"
}
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"README.md"
]
}