You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
424 B
JSON
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"
|
|
]
|
|
}
|