voluptatumcommodi
Version:
Bare bones Ethereum objects
33 lines (32 loc) • 590 B
JSON
{
"name": "voluptatumcommodi",
"version": "1.2.3",
"description": "Bare bones Ethereum objects",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/ChayaStroman/voluptatumcommodi.git"
},
"keywords": [
"voluptatem",
"RLP",
"RPC",
"Object",
"Buffer",
"optio",
"doloribus",
"Bytes",
"Raw"
],
"author": "AdamBogisich",
"license": "ISC",
"dependencies": {
"eth-util-lite": "^1.0.1"
},
"devDependencies": {
"mocha": "^6.1.4"
}
}