mirror of
https://github.com/tenrok/vue-native-websocket.git
synced 2026-05-17 05:49:38 +03:00
a172f0219a
minor version
39 lines
916 B
JSON
39 lines
916 B
JSON
{
|
|
"name": "vue-socket.io",
|
|
"version": "2.0.1",
|
|
"description": "socket.io implemantation for vuejs",
|
|
"main": "dist/build.js",
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/MetinSeylan/Vue-Socket.io.git"
|
|
},
|
|
"keywords": [
|
|
"vuejs",
|
|
"socket",
|
|
"vue",
|
|
"socket",
|
|
"socket.io",
|
|
"comolokko"
|
|
],
|
|
"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": "^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"
|
|
}
|
|
}
|