neo-blockchain-client
Version:
NEO Blockchain client.
24 lines (23 loc) • 582 B
JSON
{
"name": "neo-blockchain-client",
"version": "0.0.63",
"keywords": [
"neo",
"blockchain"
],
"description": "NEO Blockchain client.",
"repository": "https://github.com/neotracker/neo-blockchain",
"bugs": "https://github.com/neotracker/neo-blockchain/issues",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/es.js",
"dependencies": {
"bignumber.js": "^4.1.0",
"bn.js": "^4.11.8",
"dataloader": "^1.3.0",
"isomorphic-fetch": "^2.2.1",
"ix": "^2.3.3",
"lodash": "^4.17.4",
"neo-blockchain-core": "^0.0.59"
}
}