-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
73 lines (73 loc) · 1.92 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "accessibility-buttons",
"version": "3.1.2",
"description": "Buttons to add/remove contrast and increase/decrease font size.",
"homepage": "http://tiagoporto.github.io/accessibility-buttons",
"keywords": [
"accessibility",
"button",
"contrast",
"font size",
"increase font",
"decrease font"
],
"author": {
"name": "Tiago Porto",
"url": "http://tiagoporto.com"
},
"repository": {
"type": "git",
"url": "https://github.com/tiagoporto/accessibility-buttons.git"
},
"main": "dist/js/accessibility-buttons.js",
"devDependencies": {
"babel-preset-es2015-without-strict": "0.0.4",
"browser-sync": "2.17.0",
"del": "2.2.2",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-babel": "6.1.2",
"gulp-cached": "1.1.0",
"gulp-concat": "2.6.0",
"gulp-coveralls": "0.1.4",
"gulp-csslint": "1.0.0",
"gulp-csso": "2.0.0",
"gulp-eslint": "3.0.1",
"gulp-file": "0.3.0",
"gulp-gh-pages": "0.5.4",
"gulp-hb": "5.1.4",
"gulp-htmlmin": "3.0.0",
"gulp-if": "2.0.1",
"gulp-imagemin": "3.0.3",
"gulp-inline": "0.1.2",
"gulp-load-plugins": "1.3.0",
"gulp-newer": "1.2.0",
"gulp-notify": "2.2.0",
"gulp-plumber": "1.1.0",
"gulp-remember": "0.3.1",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-stylus": "2.5.0",
"gulp-svg-sprite": "1.3.6",
"gulp-svg2png": "1.0.2",
"gulp-uglify": "2.0.0",
"gulp-useref": "3.1.2",
"gulp-wrapper": "1.0.0",
"gulp.spritesmith": "6.2.1",
"jasmine-core": "2.5.2",
"jasmine-jquery": "2.1.1",
"jeet": "7.0.0",
"jquery": "2.2.4",
"karma": "1.3.0",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.2",
"merge-stream": "1.0.0",
"normalize.css": "4.2.0",
"rf": "0.0.1",
"run-sequence": "1.2.2",
"vinyl-buffer": "1.0.0",
"yargs": "6.0.0"
},
"license": "MIT"
}