apla-blockchain-tools
Version:
Module contains a number of tools to work with Apla Blockchain
36 lines (35 loc) • 785 B
JSON
{
"name": "apla-blockchain-tools",
"version": "2.0.0",
"description": "Module contains a number of tools to work with Apla Blockchain",
"main": "index.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha"
},
"author": "AnZuev",
"repository": {
"type": "git",
"url": "https://github.com/AnZuev/apla-blockchain-tools.git"
},
"license": "MIT",
"dependencies": {
"crypto-js": "^3.1.9-1",
"form-data": "^2.3.2",
"int64-buffer": "^0.1.10",
"jsrsasign": "^8.0.12",
"msgpack-lite": "*",
"node-fetch": "^2.2.0",
"random-js": "^1.0.8",
"underscore": "^1.9.1"
},
"keywords": [
"genesis",
"blockchain",
"apla",
"rest-client"
],
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0"
}
}