2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-05-27 19:04:06 +03:00
Files
vue-native-websocket/package.json
T
2016-05-06 16:54:19 +03:00

27 lines
618 B
JSON

{
"name": "vue-socket.io",
"version": "1.0.0",
"description": "vuejs event system socketio implementation",
"main": "vue-socketio.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MetinSeylan/Vue-Socket.io.git"
},
"keywords": [
"vuejs",
"socket",
"vue",
"socket",
"socket.io"
],
"author": "Metin Seylan",
"license": "MIT",
"bugs": {
"url": "https://github.com/MetinSeylan/Vue-Socket.io/issues"
},
"homepage": "https://github.com/MetinSeylan/Vue-Socket.io#readme"
}