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