kws-rpc-builder
Version:
RPC library for browser and Node.js
51 lines (50 loc) • 1.11 kB
JSON
{
"name": "kws-rpc-builder",
"version": "4.3.22",
"description": "RPC library for browser and Node.js",
"main": "lib/index.js",
"scripts": {
"test": "nodeunit test/index.js"
},
"repository": {
"type": "git",
"url": "Kurento/kws-rpc-builder"
},
"keywords": [
"RPC",
"JsonRPC",
"XML-RPC",
"HTTP",
"WebP2P",
"WebSocket",
"DataChannel",
"WebWorker",
"postMessage",
"pipe",
"stream"
],
"author": "Kurento <info@kurento.org> (http://kurento.org)",
"contributors": [
"Jesús Leganés Combarro 'piranna' <piranna@gmail.com>"
],
"license": "LGPL 2.1",
"dependencies": {
"inherits": "^2.0.1",
"ws": "^0.4.31"
},
"devDependencies": {
"bower": "~1.3.8",
"coveralls": "~2.11.1",
"eventtarget": "0.0.1",
"grunt": "~0.4.5",
"grunt-browserify": "~2.1.3",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-jsdoc": "~0.5.6",
"grunt-npm2bower-sync": "^0.4.0",
"grunt-shell": "^0.7.0",
"jscoverage": "~0.5.5",
"minifyify": "~3.0.12",
"nodeunit": "~0.9.0"
}
}