socket.io-rpc
Version:
Minimalistic remote procedure call(RPC/RMI) library bootstrapped on socket.io
44 lines (43 loc) • 1.08 kB
JSON
{
"name": "socket.io-rpc-event-handlers",
"version": "1.1.6",
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.2.5"
},
"jspm": {
"directories": {
"test": "test"
},
"dependencies": {
"co": "npm:co@^4.6.0",
"debug": "npm:debug@^2.2.0",
"serialize-error": "npm:serialize-error@^1.1.0",
"traverse": "npm:traverse@^0.6.6"
}
},
"description": "contains internal event handling code for socket.io-rpc and socket.io-rpc-client",
"main": "socket-event-handlers.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/capaj/socket.io-rpc-event-handlers.git"
},
"author": "capajj@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/capaj/socket.io-rpc-event-handlers/issues"
},
"homepage": "https://github.com/capaj/socket.io-rpc-event-handlers#readme",
"dependencies": {
"co": "^4.6.0",
"debug": "^2.2.0",
"serialize-error": "^1.1.0",
"traverse": "^0.6.6"
}
}