-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
52 lines (52 loc) · 1.21 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
46
47
48
49
50
51
52
{
"name": "accordion-js",
"version": "3.3.4",
"description": "Lightweight and accessible accordion module created in pure Javascript",
"main": "dist/accordion.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/michu2k/Accordion.git"
},
"keywords": [
"javascript",
"accordion",
"a11y",
"es6",
"accesibility",
"aria",
"javascript-library"
],
"author": "Michał Strumpf",
"homepage": "https://github.com/michu2k/Accordion#readme",
"license": "MIT",
"bugs": {
"url": "https://github.com/michu2k/Accordion/issues"
},
"devDependencies": {
"@babel/core": "^7.17.7",
"@babel/preset-env": "^7.16.11",
"browser-sync": "^2.27.9",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-eslint": "^6.0.0",
"gulp-header-comment": "^0.10.0",
"gulp-prettier": "^4.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify-es": "^3.0.0",
"sass": "^1.49.9"
},
"browserslist": [
">0.15%",
"not dead",
"Chrome >= 52",
"Edge >= 80",
"Firefox >= 52",
"Opera >= 45",
"Safari >= 11",
"not op_mini all",
"not IE 11"
]
}