{
  "name": "combokeys-capture",
  "version": "2.4.2",
  "description": "JavaScript library for handling keyboard shortcuts in the browser",
  "main": "index.js",
  "homepage": "https://github.com/omarstreak/combokeys",
  "implements": [
    "CommonJS/Modules/1.0"
  ],
  "scripts": {
    "build": "mkdir -p dist ; ./node_modules/.bin/browserify index.js -o dist/combokeys.js --standalone Combokeys",
    "test": "./node_modules/zuul/bin/zuul --phantom -- test/test.combokeys.js test/plugins/test.*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/omarstreak/combokeys.git"
  },
  "keywords": [
    "keyboard",
    "shortcuts",
    "events",
    "browser"
  ],
  "maintainers": [
    {
      "name": "Shahar Or",
      "email": "mightyiampresence@gmail.com",
      "web": "https://github.com/mightyiam"
    }
  ],
  "contributors": [
    {
      "name": "Shahar Or",
      "email": "mightyiampresence@gmail.com",
      "web": "https://github.com/mightyiam"
    },
    {
      "name": "Craig Campbell",
      "web": "http://craig.is"
    }
  ],
  "bugs": "https://github.com/omarstreak/combokeys/issues",
  "licenses": [
    {
      "type": "Apache 2.0",
      "url": "https://www.apache.org/licenses/LICENSE-2.0.txt"
    }
  ],
  "devDependencies": {
    "browserify": "~7.0.3",
    "chai": "^1.10.0",
    "es5-shim": "^4.0.3",
    "grunt": "~0.4.1",
    "grunt-complexity": "~0.1.2",
    "grunt-eslint": "^2.0.0",
    "load-grunt-tasks": "^1.0.0",
    "mocha": "^2.0.1",
    "phantomjs": "^1.9.12",
    "sinon": "^1.12.1",
    "zuul": "^1.13.1"
  }
}
