2
0
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:
Metin
2016-05-09 16:17:18 +03:00
parent dbc09e970d
commit c738bf3841
2 changed files with 55 additions and 0 deletions
+24
View File
@@ -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"
]
}