{
  "name": "what-input",
  "version": "4.3.1",
  "description": "A global utility for tracking the current input method (mouse, keyboard or touch).",
  "main": "dist/what-input.js",
  "repository": {
    "url": "https://github.com/ten1seven/what-input.git",
    "type": "git"
  },
  "keywords": ["accessibility", "a11y", "input", "javascript"],
  "author": "Jeremy Fields <jeremy.fields@viget.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ten1seven/what-input/issues"
  },
  "scripts": {
    "start": "gulp"
  },
  "homepage": "https://github.com/ten1seven/what-input",
  "devDependencies": {
    "babel-core": "^6.23.1",
    "babel-loader": "^6.3.2",
    "babel-preset-es2015": "^6.22.0",
    "browser-sync": "2.11.1",
    "del": "2.2.0",
    "gulp": "3.9.1",
    "gulp-concat": "2.6.0",
    "gulp-header": "1.7.1",
    "gulp-notify": "2.2.0",
    "gulp-plumber": "1.1.0",
    "gulp-rename": "1.2.2",
    "gulp-standard": "^8.0.4",
    "gulp-uglify": "^2.0.0",
    "run-sequence": "1.1.5",
    "webpack-stream": "3.2.0"
  }
}
