UNPKG

in3-wasm

Version:

WASM-Version of incubed build from C

28 lines (27 loc) 712 B
{ "name": "in3-wasm", "version": "3.1.2", "description": "WASM-Version of incubed build from C", "main": "index.js", "author": "Simon Jentzsch", "license": "(AGPL-3.0-or-later OR commercial)", "scripts": { "doc": "typedoc --includeDeclarations --ignoreCompilerErrors --mode file --excludeExternals --out doc index.d.ts" }, "devDependencies": { "typedoc": "^0.15.0" }, "dependencies": {}, "bugs": { "url": "https://github.com/slockit/in3/issues" }, "homepage": "https://github.com/slockit/in3#readme", "keywords": [ "ethereum", "slockit", "iot", "in3", "client", "jsonrpc" ] }