neo-blockchain-impl
Version:
NEO Blockchain core implementation.
23 lines (22 loc) • 581 B
JSON
{
"name": "neo-blockchain-impl",
"version": "0.0.62",
"keywords": [
"neo",
"blockchain"
],
"description": "NEO Blockchain core implementation.",
"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": {
"bn.js": "^4.11.8",
"js-priority-queue": "^0.1.5",
"lodash": "^4.17.4",
"neo-blockchain-core": "^0.0.59",
"neo-blockchain-node-core": "^0.0.62",
"rxjs": "^5.4.3"
}
}