2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-05-22 11:34:05 +03:00
Files
vue-native-websocket/bower.json
T
2016-05-09 16:17:18 +03:00

25 lines
424 B
JSON

{
"name": "vue-socket.io",
"description": "Socket.io implemantation for VueJs",
"main": "vue-socketio.js",
"authors": [
"Metin Seylan"
],
"license": "MIT",
"keywords": [
"vuejs",
"socket",
"vue",
"socket",
"socket.io"
],
"homepage": "https://github.com/MetinSeylan/Vue-Socket.io",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}