UNPKG

vaporyjs-account

Version:

Encoding, decoding and validation of Vapory's Account schema

33 lines (32 loc) 771 B
{ "name": "vaporyjs-account", "version": "2.0.2", "description": "Encoding, decoding and validation of Vapory's Account schema", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/vaporyjs/vaporyjs-account.git" }, "scripts": { "lint": "standard", "test": "tape ./test/index.js" }, "keywords": [ "vapory", "account" ], "author": "mjbecze (mjbecze@gmail.com)", "license": "MPL-2.0", "bugs": { "url": "https://github.com/vaporyjs/vaporyjs-account/issues" }, "homepage": "https://github.com/vaporyjs/vaporyjs-account#readme", "dependencies": { "vaporyjs-util": "4.0.1", "@vaporyjs/rlp": "2.0.0" }, "devDependencies": { "standard": "^5.4.1", "tape": "^4.0.3" } }