2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-06-19 04:10:34 +03:00
This commit is contained in:
metinseylan
2016-12-31 01:18:10 +03:00
parent c7491fc762
commit 8e0100be09
8 changed files with 143 additions and 86 deletions
Regular → Executable
+10 -8
View File
@@ -1,10 +1,10 @@
{
"name": "vue-socket.io",
"version": "2.0.1",
"description": "socket.io implemantation for vuejs",
"version": "2.1.0",
"description": "socket.io implemantation for vuejs and vuex",
"main": "dist/build.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
"build": "webpack --progress --hide-modules"
},
"repository": {
"type": "git",
@@ -14,9 +14,13 @@
"vuejs",
"socket",
"vue",
"socket",
"socket.io",
"comolokko"
"websocket",
"socket.io-client",
"realtime",
"flux",
"vuex",
"redux"
],
"author": "Metin Seylan",
"license": "MIT",
@@ -31,8 +35,6 @@
"babel-cli": "^6.11.4",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"cross-env": "^2.0.0",
"webpack": "^1.13.2"
"webpack": "^2.2.0-rc.3"
}
}