mirror of
https://github.com/tenrok/vue-native-websocket.git
synced 2026-06-14 02:22:26 +03:00
bower init & minify
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user