{
  "name": "ngx-laravel-echo",
  "version": "1.0.26",
  "description": "A Angular service for Laravel Echo",
  "main": "./bundles/ngx-laravel-echo.umd.js",
  "module": "./ngx-laravel-echo.es5.js",
  "es2015": "./ngx-laravel-echo.js",
  "typings": "./ngx-laravel-echo.d.ts",
  "author": "Mark van Beek <mark@appelit.com> (https://appelit.com)",
  "license": "MIT",
  "keywords": [
    "angular",
    "laravel",
    "echo",
    "broadcasting",
    "pusher",
    "socket.io"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chancezeus/angular-laravel-echo.git"
  },
  "homepage": "https://github.com/chancezeus/angular-laravel-echo",
  "bugs": {
    "url": "https://github.com/chancezeus/angular-laravel-echo/issues"
  },
  "engines": {
    "node": ">= 6.9.0",
    "npm": ">= 3.0.0"
  },
  "peerDependencies": {
    "@angular/common": ">=6.0.0",
    "@angular/core": ">=6.0.0",
    "laravel-echo": "^1.5.1",
    "pusher-js": "^4.3.1",
    "rxjs": "^6.0.0",
    "socket.io-client": "^2.2.0"
  }
}