UNPKG

vue-echo

Version:

Vue integration for the Laravel Echo library.

37 lines (36 loc) 830 B
{ "name": "vue-echo", "version": "1.0.2", "description": "Vue integration for the Laravel Echo library.", "main": "dist/build.js", "repository": { "type": "git", "url": "https://github.com/happyDemon/vue-echo" }, "keywords": [ "laravel", "pusher", "socket.io", "vue" ], "author": { "name": "Maxim Kerstens" }, "license": "MIT", "homepage": "https://github.com/happyDemon/vue-echo", "scripts": { "build": "cross-env NODE_ENV=production webpack --progress --hide-modules" }, "dependencies": { "laravel-echo": "^1.0.5", "pusher-js": "^3.2.1" }, "devDependencies": { "babel-cli": "^6.18.0", "babel-loader": "^6.2.7", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-0": "^6.16.0", "cross-env": "^3.1.3", "webpack": "^1.13.3" } }