UNPKG

socket.io-rpc

Version:

Minimalistic remote procedure call(RPC/RMI) library bootstrapped on socket.io

49 lines (48 loc) 1.06 kB
{ "name": "socket.io-rpc", "version": "1.1.3", "private": false, "author": "capaj <capajj@gmail.com>", "description": "Minimalistic remote procedure call(RPC/RMI) library bootstrapped on socket.io", "scripts": { "install_example": "cd simple-example && npm install && jspm install", "precommit": "npm test", "pretest": "node_modules/.bin/standard", "test": "mocha" }, "main": "./main.js", "repository": { "type": "git", "url": "https://github.com/capaj/socket.io-rpc.git" }, "engines": { "node": ">0.12.0" }, "keywords": [ "socket.io", "rpc", "isomorphic", "rmi" ], "dependencies": { "co": "^4.6.0", "debug": "^2.2", "o.extend": "^1.0.1", "serialize-error": "^1.1.0", "socket.io": "^1.4", "traverse": "^0.6.6" }, "license": "MIT", "devDependencies": { "chai": "^3.5.0", "mocha": "^2.4.5", "socket.io-rpc-client": "^1.1.3", "standard": "^6.0.4" }, "standard": { "ignore": [ "simple-example/**", "console-shim.js" ] } }