tic-chaintool/package.json

26 lines
617 B
JSON

{
"name": "tool4chain",
"version": "1.2.1",
"dependencies": {
"aes-js": "^3.1.1",
"axios": "^0.18.0",
"bitcoinjs-lib": "^4.0.2",
"elliptic": "^6.4.1",
"etherscan-api": "^8.1.3",
"js-sha3": "^0.8.0",
"scrypt-js": "^2.0.3",
"setimmediate": "^1.0.5",
"tic.action": "git+https://git.faronear.org/tic/tic.action#20181205",
"tic.crypto": "git+https://git.faronear.org/tic/tic.crypto#20181205",
"uuid": "^3.3.2"
},
"deprecated": false,
"description": "blockchain tool for ticwallet",
"keywords": [
"tool",
"blockchain",
"tic"
],
"main": "index.js"
}