{
  "name": "react-mousetrap-mixin",
  "version": "0.1.1",
  "description": "React mixin for mousetrap",
  "main": "index.js",
  "scripts": {
    "browser": "browser-sync start --files example/* --server example",
    "watch:example": "watchify example/app.js -dv -o example/bundle.js",
    "start:example": "npm run watch:example & npm run browser",
    "test:local": "karma start",
    "test": "./node_modules/.bin/karma start --browsers Firefox --single-run",
    "clean": "rimraf lib",
    "build": "babel src --out-dir lib"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/georgeosddev/react-mousetrap-mixin"
  },
  "keywords": [
    "react",
    "react-component",
    "react-mixin",
    "mousetrap",
    "keyboard",
    "shortcut"
  ],
  "author": "Takeharu.Oshida",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/georgeosddev/react-mousetrap-mixin/issues"
  },
  "homepage": "https://github.com/georgeosddev/react-mousetrap-mixin",
  "devDependencies": {
    "babel-cli": "^6.3.17",
    "babel-core": "^6.3.21",
    "babel-eslint": "^5.0.0-beta1",
    "babel-preset-es2015": "^6.1.18",
    "babel-preset-react": "^6.1.18",
    "babelify": "^7.2.0",
    "browser-sync": "^2.10.0",
    "browserify": "^12.0.1",
    "chai": "^3.4.1",
    "eslint": "^1.10.1",
    "eslint-plugin-react": "^3.10.0",
    "karma": "^0.13.15",
    "karma-browserify": "^4.4.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^0.2.1",
    "karma-cli": "0.1.1",
    "karma-firefox-launcher": "^0.1.7",
    "karma-mocha": "^0.2.1",
    "karma-safari-launcher": "^0.1.1",
    "karma-spec-reporter": "0.0.23",
    "mocha": "^2.3.4",
    "npm-check-updates": "^2.5.1",
    "react-addons-test-utils": "^0.14.3",
    "react-dom": "^0.14.0",
    "rimraf": "^2.4.4",
    "sinon": "^1.17.2",
    "watchify": "^3.6.1"
  },
  "dependencies": {
    "mousetrap": "^1.5.3",
    "react": "^0.14.0"
  },
  "peerDependencies": {
    "react": "^0.14.0"
  },
  "browserify": {
    "transform": [
      [
        "babelify",
        {
          "compact": false,
          "presets": [
            "es2015",
            "react"
          ]
        }
      ]
    ]
  }
}
