{
  "name": "angular-actioncable",
  "version": "1.3.0",
  "description": "Connect Angular to ActionCable",
  "main": "./dist/angular-actioncable.js",
  "authors": [
    "Brian Giaraffa",
    "Cristian Dugacicu"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/angular-actioncable/angular-actioncable.git"
  },
  "license": "MIT",
  "keywords": [
    "angular",
    "actioncable",
    "rails"
  ],
  "homepage": "https://github.com/angular-actioncable/angular-actioncable#readme",
  "moduleType": [],
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "angular": "<2.0.0",
    "angular-websocket": "^2.0.0"
  },
  "devDependencies": {
  }
}
