-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
45 lines (45 loc) · 1.11 KB
/
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
41
42
43
44
45
{
"title": "Van11y accessible modal window system using ARIA",
"name": "van11y-accessible-modal-window-aria",
"description": "ES2015 accessible modal window system, using ARIA (compatible IE9+ when transpiled)",
"main": "dist/van11y-accessible-modal-window-aria.min.js",
"version": "2.4.5",
"keywords": [
"Accessibility",
"ARIA",
"modal",
"a11y",
"ES6",
"ES2015",
"Vanilla Javascript Plugin"
],
"scripts": {
"build": "gulp",
"build:es5": "gulp es5"
},
"author": [
{
"name": "Nicolas Hoffmann",
"email": "[email protected]",
"web": "https://www.nicolas-hoffmann.net/"
}
],
"bugs": {
"url": "https://github.com/nico3333fr/van11y-accessible-modal-window-aria/issues"
},
"repository": [
{
"type": "git",
"url": "https://github.com/nico3333fr/van11y-accessible-modal-window-aria.git"
}
],
"license": "MIT",
"homepage": "https://van11y.net/accessible-modal/",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-babel": "^5.3.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.2",
"gulp-header": "^1.7.1"
}
}