2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-06-16 17:40:35 +03:00
This commit is contained in:
Metin Seylan
2016-10-29 00:47:04 +03:00
parent 88d8479209
commit 7f5fac27d0
16 changed files with 198 additions and 440 deletions
+13 -4
View File
@@ -1,10 +1,10 @@
{
"name": "vue-socket.io",
"version": "1.0.1",
"version": "2.0.0",
"description": "socket.io implemantation for vuejs",
"main": "vue-socketio.js",
"main": "dist/build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"repository": {
"type": "git",
@@ -15,7 +15,8 @@
"socket",
"vue",
"socket",
"socket.io"
"socket.io",
"comolokko"
],
"author": "Metin Seylan",
"license": "MIT",
@@ -25,5 +26,13 @@
"homepage": "https://github.com/MetinSeylan/Vue-Socket.io#readme",
"dependencies": {
"socket.io-client": "^1.4.6"
},
"devDependencies": {
"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"
}
}