{
  "_args": [
    [
      "vue-echo-laravel@0.0.6",
      "/home/dianasoft/public_html"
    ]
  ],
  "_from": "vue-echo-laravel@0.0.6",
  "_id": "vue-echo-laravel@0.0.6",
  "_inBundle": false,
  "_integrity": "sha512-M0d1A5oLFrfRG7BBJcLJWhlc0brPV+jqO1xWtGCIi4JnEOtILfiTT8pMD/YUazUgYyH6iLPF73kxm1hYhQo08w==",
  "_location": "/vue-echo-laravel",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-echo-laravel@0.0.6",
    "name": "vue-echo-laravel",
    "escapedName": "vue-echo-laravel",
    "rawSpec": "0.0.6",
    "saveSpec": null,
    "fetchSpec": "0.0.6"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-echo-laravel/-/vue-echo-laravel-0.0.6.tgz",
  "_spec": "0.0.6",
  "_where": "/home/dianasoft/public_html",
  "author": {
    "name": "Manash",
    "email": "manash149@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/msonowal/vue-echo/issues"
  },
  "dependencies": {
    "laravel-echo": "^1.5.2",
    "pusher-js": "^4.1.0"
  },
  "description": "It's a laravel/echo wrapper for Vue JS ^2.0. This Vue plugin injects a Laravel Echo instance into all of your vue instances, allowing for a simple channel subscription on each instance, or using Laravel Echo through this.$echo. It will be synced with lates version of echo repo",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-loader": "^7.1.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "cross-env": "^5.0.4",
    "webpack": "^3.3.0"
  },
  "homepage": "https://github.com/msonowal/vue-echo",
  "keywords": [
    "laravel-echo",
    "vue-echo",
    "vuejs",
    "echo",
    "socketio",
    "broadcasting",
    "pusher",
    "realtime",
    "socket.io"
  ],
  "license": "MIT",
  "main": "dist/build.js",
  "name": "vue-echo-laravel",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/msonowal/vue-echo.git"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "0.0.6"
}
