-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.33 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": "focuser",
"version": "1.1.0",
"description": "Ditch those ugly focus styles and use Focuser! A stylable, traveling focus indicator.",
"main": "dist/focuser.js",
"repository": {
"url": "[email protected]:ten1seven/focuser.git",
"type": "git"
},
"keywords": [
"accessibility",
"a11y",
"input",
"javascript"
],
"author": "Jeremy Fields <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ten1seven/focuser/issues"
},
"scripts": {
"start": "gulp",
"deploy": "gulp deploy"
},
"homepage": "https://github.com/ten1seven/focuser",
"devDependencies": {
"autoprefixer": "^9.3.1",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-env": "^1.6.0",
"browser-sync": "^2.26.3",
"css-mqpacker": "^7.0.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-gh-pages": "^0.5.4",
"gulp-header": "1.7.1",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "2.2.0",
"gulp-plumber": "1.1.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.0.9",
"gulp-sourcemaps": "^2.6.4",
"gulp-standard": "^8.0.4",
"gulp-uglify": "^3.0.1",
"run-sequence": "^2.2.1",
"webpack-stream": "3.2.0"
}
}