UNPKG

@expanse/web3

Version:

Expanse and Ethereum JavaScript API, middleware to talk to an expanse or ethereum over RPC

63 lines (62 loc) 1.36 kB
{ "name": "web3-expanse", "namespace": "expanse", "version": "0.15.3", "description": "Expanse and Ethereum Compatible JavaScript API", "main": [ "./dist/web3.js", "./dist/web3.min.js" ], "dependencies": { "bignumber.js": ">=2.0.0", "crypto-js": "~3.1.4" }, "repository": { "type": "git", "url": "https://github.com/expanse-org/web3.js.git" }, "homepage": "https://github.com/expanse-org/web3.js", "bugs": { "url": "https://github.com/expanse-org/web3.js/issues" }, "keywords": [ "expanse", "javascript", "API" ], "authors": [ { "name": "Marek Kotewicz", "email": "marek@ethdev.com", "homepage": "https://github.com/debris" }, { "name": "Marian Oancea", "email": "marian@ethdev.com", "homepage": "https://github.com/cubedro" }, { "name": "Fabian Vogelsteller", "email": "fabian@ethdev.com", "homepage": "https://github.com/frozeman" } ], "license": "LGPL-3.0", "ignore": [ "example", "lib", "node_modules", "package.json", "package.js", ".versions", ".bowerrc", ".editorconfig", ".gitignore", ".jshintrc", ".npmignore", ".travis.yml", "gulpfile.js", "index.js", "**/*.txt" ] }