forked from happyDemon/vue-echo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 830 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "vue-echo",
"version": "1.0.1",
"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"
}
}