UNPKG

@parity/parity.js

Version:

The Parity Promise-based API & ABI library for interfacing with Ethereum over RPC

37 lines 768 B
{ "name": "@parity/parity.js", "description": "The Parity Promise-based API & ABI library for interfacing with Ethereum over RPC", "version": "1.8.11", "main": "library.js", "author": "Parity Team <admin@parity.io>", "maintainers": [ "Jaco Greeff" ], "contributors": [], "license": "GPL-3.0", "repository": { "type": "git", "url": "git+https://github.com/paritytech/parity.git" }, "keywords": [ "Ethereum", "ABI", "API", "RPC", "Parity", "Promise" ], "scripts": { "test": "mocha 'test/*.spec.js'" }, "devDependencies": { "chai": "3.5.0", "mocha": "3.2.0", "nock": "9.0.7" }, "dependencies": { "bignumber.js": "~2.3.0", "js-sha3": "~0.5.2", "node-fetch": "~1.6.3" } }