{
  "name": "action-cable-react",
  "version": "0.1.1",
  "description": "Use Rails 5 ActionCable channels with React for realtime magic.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/schneidmaster/action-cable-react.git"
  },
  "keywords": [
    "rails",
    "actioncable",
    "react"
  ],
  "author": "Zach Schneider <zach@schneid.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/schneidmaster/action-cable-react/issues"
  },
  "homepage": "https://github.com/schneidmaster/action-cable-react#readme",
  "devDependencies": {
    "coffee-loader": "^0.7.2",
    "coffee-script": "^1.10.0",
    "del": "^2.2.0",
    "gulp": "^3.9.0",
    "gulp-coffee": "^2.3.1",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^1.5.1",
    "webpack-stream": "^3.1.0"
  },
  "dependencies": {
    "eventemitter3": "^1.1.1",
    "lodash.capitalize": "^3.0.0"
  }
}
