hederajs
Version:
Hedera JavaScript API
29 lines (28 loc) • 610 B
JSON
{
"name": "hederajs",
"version": "1.0.0",
"description": "Hedera JavaScript API",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xclbrio/hederajs.git"
},
"keywords": [
"hedera",
"hashgraph",
"hederajs",
"hedera-sdk-js"
],
"author": "ilya solovyanov",
"license": "ISC",
"bugs": {
"url": "https://github.com/xclbrio/hederajs/issues"
},
"homepage": "https://github.com/xclbrio/hederajs#readme"
}