-
Notifications
You must be signed in to change notification settings - Fork 7
/
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 tab panel system using ARIA",
"name": "van11y-accessible-tab-panel-aria",
"description": "ES2015 accessible tabs panel system, using ARIA (compatible IE9+ when transpiled)",
"main": "dist/van11y-accessible-tab-panel-aria.min.js",
"version": "2.0.4",
"keywords": [
"Accessibility",
"ARIA",
"tab panel",
"a11y",
"ES6",
"ES2015",
"Vanilla Javascript Plugin"
],
"scripts": {
"build": "gulp",
"build:es5": "gulp es5"
},
"author": [
{
"name": "Nicolas Hoffmann",
"email": "dante3333@gmail.com",
"web": "https://www.nicolas-hoffmann.net/"
}
],
"bugs": {
"url": "https://github.com/nico3333fr/van11y-accessible-tab-panel-aria/issues"
},
"repository": [
{
"type": "git",
"url": "https://github.com/nico3333fr/van11y-accessible-tab-panel-aria.git"
}
],
"license": "MIT",
"homepage": "https://van11y.net/accessible-tab-panel/",
"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"
}
}