xek-sdk
Version:
SDK for katana blockchain
33 lines (32 loc) • 654 B
JSON
{
"name": "xek-sdk",
"version": "0.1.3",
"description": "SDK for katana blockchain",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "node index.js",
"docs": "mkdocs build"
},
"keywords": [
"SDK",
"Katana",
"blockchain"
],
"author": "bapjsc",
"license": "ISC",
"dependencies": {
"bignumber.js": "^9.0.0",
"bip39": "^3.0.2",
"blake3": "^2.1.1",
"blake3-js": "0.0.5",
"crypto": "^1.0.1",
"crypto-js": "^3.1.9-1",
"mocha": "^6.2.0",
"node-forge": "^0.9.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"sha.js": "^2.4.11",
"web3": "^1.2.1"
}
}