UNPKG

rpc-builder

Version:

Transport and protocol agnostic RPC library for browser and Node.js

42 lines (41 loc) 936 B
{ "name": "rpc-builder", "version": "0.1.3", "description": "Transport and protocol agnostic RPC library for browser and Node.js", "main": "index.js", "scripts": { "test": "nodeunit test/index.js", "coveralls": "jscoverage lib && RPCBUILDER_COV=1 nodeunit --reporter=lcov test | coveralls" }, "repository": { "type": "git", "url": "piranna/rpc-builder" }, "keywords": [ "RPC", "JsonRPC", "XML-RPC", "HTTP", "WebP2P", "WebSocket", "DataChannel", "WebWorker", "postMessage", "pipe", "stream" ], "author": "Kurento <info@kurento.org> (http://www.kurento.org/)", "contributors": [ "Jesús Leganés Combarro 'piranna' <piranna@gmail.com>" ], "license": "LGPL", "devDependencies": { "coveralls": "~2.10.1", "eventtarget": "0.0.1", "jscoverage": "~0.5.4", "nodeunit": "~0.9.0" }, "dependencies": { "inherits": "~2.0.1" } }