UNPKG

1.33 kBJSONView Raw
1{
2 "name": "what-input",
3 "version": "5.1.0",
4 "description":
5 "A global utility for tracking the current input method (mouse, keyboard or touch).",
6 "main": "dist/what-input.js",
7 "repository": {
8 "url": "https://github.com/ten1seven/what-input.git",
9 "type": "git"
10 },
11 "keywords": ["accessibility", "a11y", "input", "javascript"],
12 "author": "Jeremy Fields <jeremy.fields@viget.com>",
13 "license": "MIT",
14 "bugs": {
15 "url": "https://github.com/ten1seven/what-input/issues"
16 },
17 "scripts": {
18 "start": "gulp",
19 "deploy": "gulp deploy"
20 },
21 "homepage": "https://github.com/ten1seven/what-input",
22 "devDependencies": {
23 "autoprefixer": "^6.7.7",
24 "babel-core": "^6.23.1",
25 "babel-loader": "^6.3.2",
26 "babel-preset-env": "^1.6.0",
27 "browser-sync": "^2.18.13",
28 "css-mqpacker": "^5.0.1",
29 "del": "2.2.0",
30 "gulp": "3.9.1",
31 "gulp-concat": "2.6.0",
32 "gulp-cssnano": "^2.1.2",
33 "gulp-gh-pages": "^0.5.4",
34 "gulp-header": "1.7.1",
35 "gulp-notify": "2.2.0",
36 "gulp-plumber": "1.1.0",
37 "gulp-postcss": "^6.4.0",
38 "gulp-rename": "1.2.2",
39 "gulp-sass": "^3.1.0",
40 "gulp-sass-glob": "^1.0.8",
41 "gulp-sourcemaps": "^2.6.0",
42 "gulp-standard": "^8.0.4",
43 "gulp-uglify": "^2.0.0",
44 "run-sequence": "1.1.5",
45 "webpack-stream": "3.2.0"
46 }
47}