amoeba.io-socket-client
Version:
Socket Client for amoeba.io
41 lines (39 loc) • 1.08 kB
JSON
{
"name": "amoeba.io-socket-client",
"version": "0.2.1",
"description": "Socket Client for amoeba.io",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/amoebaio/amoeba.io-socket-client.git"
},
"keywords": [
"socket",
"nodejs",
"client"
],
"devDependencies": {
"amoeba.io": "^0.2.1",
"amoeba.io-local-client": "0.2.1",
"amoeba.io-socket-server": "0.2.1",
"grunt": "^0.4.5",
"grunt-browserify": "^3.4.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"socket.io": "^1.3.4"
},
"dependencies": {
"node-uuid": "^1.4.2",
"socket.io-client": "^1.3.4"
},
"author": "Maksym Pomazan",
"license": "MIT",
"bugs": {
"url": "https://github.com/amoebaio/amoeba.io-socket-client/issues"
},
"homepage": "https://github.com/amoebaio/amoeba.io-socket-client"
}