You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "vue-socket.io",
|
|
|
|
"version": "2.1.1-b",
|
|
|
|
"description": "socket.io implemantation for vuejs and vuex",
|
|
|
|
"main": "dist/build.js",
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --progress --hide-modules"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/MetinSeylan/Vue-Socket.io.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"vuejs",
|
|
|
|
"socket",
|
|
|
|
"vue",
|
|
|
|
"socket.io",
|
|
|
|
"websocket",
|
|
|
|
"socket.io-client",
|
|
|
|
"realtime",
|
|
|
|
"flux",
|
|
|
|
"vuex",
|
|
|
|
"redux"
|
|
|
|
],
|
|
|
|
"author": "Metin Seylan",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/MetinSeylan/Vue-Socket.io/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/MetinSeylan/Vue-Socket.io#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"socket.io-client": "^2.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-cli": "^6.11.4",
|
|
|
|
"babel-loader": "^6.2.5",
|
|
|
|
"babel-preset-es2015": "^6.3.13",
|
|
|
|
"webpack": "^2.2.0-rc.3"
|
|
|
|
}
|
|
|
|
}
|