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.
30 lines
668 B
JSON
30 lines
668 B
JSON
{
|
|
"name": "vue-socket.io",
|
|
"version": "1.0.0",
|
|
"description": "socket.io implemantation for vuejs",
|
|
"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",
|
|
"dependencies": {
|
|
"socket.io-client": "^1.4.6"
|
|
}
|
|
}
|