webrpc.js
Version:
A reusable API server/client framework, running on socket.io
31 lines (30 loc) • 644 B
JSON
{
"name": "webrpc.js",
"version": "0.9.10",
"description": "A reusable API server/client framework, running on socket.io",
"main": "./webrpc.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/floatinghotpot/webrpc.git"
},
"keywords": [
"webrpc",
"rpc",
"websocket"
],
"author": {
"name": "Raymond Xie",
"email": "rjfun.mobile@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/floatinghotpot/webrpc/issues"
},
"homepage": "https://github.com/floatinghotpot/webrpc#README.md",
"dependencies": {
},
"devDependencies": {
}
}