bson-rpc
Version:
the nodejs version of bson-rpc
29 lines (28 loc) • 662 B
JSON
{
"name": "bson-rpc",
"version": "0.16.2",
"description": "the nodejs version of bson-rpc",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hmisty/bson-rpc-nodejs.git"
},
"keywords": [
"bson",
"rpc"
],
"author": "Evan Liu (hmisty@gmail.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hmisty/bson-rpc-nodejs/issues"
},
"homepage": "https://github.com/hmisty/bson-rpc-nodejs#readme",
"dependencies": {
"bson": "^1.0.4",
"is-reachable": "^2.3.3",
"log4js": "^2.4.1"
}
}