rchain-client-api
Version:
RChain client for node.js, browsers
29 lines (28 loc) • 582 B
JSON
{
"name": "rclient",
"version": "0.1.0",
"description": "",
"main": "src/main.js",
"bin": {
"rclient": "src/main.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dan Connolly",
"license": "Apache-2.0",
"dependencies": {
"base32-encoding": "^1.0.0",
"docopt": "^0.6.2",
"grpc": "^1.17.0",
"rchain-api": "file:..",
"read": "^1.0.7",
"scrypt.js": "^0.3.0",
"secp256k1": "^3.6.1",
"tweetnacl": "^1.0.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"flow-bin": "^0.91.0"
}
}