-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "open-accessibility",
"version": "1.0.0",
"description": "Free accessibility tools menu for website maintainers powered by jQuery",
"main": "dist/open-accessibility.min.js",
"repository": {
"type": "git",
"url": "https://github.com/jossef/open-accessibility"
},
"keywords": [
"accessibility",
"accessibility icons",
"accessibility menu",
"text zoom",
"open-accessibility"
],
"author": "Jossef Harush",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jossef/open-accessibility/issues"
},
"homepage": "https://jossef.github.io/open-accessibility/",
"dependencies": {
"jquery": "*"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.18.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-css-base64": "^1.3.4",
"gulp-cssmin": "^0.1.7",
"gulp-file-include": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0"
}
}