-
Notifications
You must be signed in to change notification settings - Fork 77
/
package.json
53 lines (53 loc) · 1.42 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
{
"name": "what-input",
"version": "5.2.12",
"description": "A global utility for tracking the current input method (mouse, keyboard or touch).",
"main": "dist/what-input.js",
"types": "src/scripts/what-input.d.ts",
"repository": {
"url": "https://github.com/ten1seven/what-input.git",
"type": "git"
},
"keywords": [
"accessibility",
"a11y",
"input",
"javascript"
],
"author": "Jeremy Fields <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ten1seven/what-input/issues"
},
"scripts": {
"start": "gulp"
},
"homepage": "https://github.com/ten1seven/what-input",
"devDependencies": {
"autoprefixer": "^9.6.1",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-env": "^1.6.0",
"browser-sync": "^2.26.7",
"css-mqpacker": "^7.0.0",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-gh-pages": "^0.5.4",
"gulp-header": "^2.0.9",
"gulp-load-plugins": "^2.0.1",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-standard": "^14.0.0",
"gulp-uglify": "^3.0.2",
"stylelint-config-prettier": "^6.0.0",
"stylelint-config-standard": "^19.0.0",
"webpack-stream": "3.2.0"
}
}