{
  "name": "humaninput",
  "version": "1.1.15",
  "description": "Event lib for human-generated input: Keyboard shortcuts, mouse, (multi)touch, gamepads, speech recognition, and more",
  "main": "lib/humaninput-full.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/liftoff/HumanInput.git#v1.1.13"
  },
  "keywords": [
    "events",
    "keyboard",
    "shortcuts",
    "mouse",
    "gestures",
    "speech recognition",
    "clap detection",
    "clipboard",
    "orientation",
    "front end"
  ],
  "scripts": {
    "build": "make",
    "build:dev": "make dev",
    "build:prod": "make prod"
  },
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-loader": "^6.2.4",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-es2015-modules-umd": "^6.8.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-es2015-loose": "^7.0.0",
    "chai": "^3.5.0",
    "chai-things": "^0.2.0",
    "expose-loader": "^0.7.1",
    "mocha": "^2.5.3",
    "webpack": "^2.7.0"
  },
  "author": {
    "name": "Dan McDougall",
    "email": "daniel.mcdougall@liftoffsoftware.com",
    "url": "https://www.patreon.com/user?u=2775221"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/liftoff/HumanInput/issues"
  },
  "readmeFilename": "README.rst",
  "dependencies": {}
}
