@arcblock/blocklet-registry
Version:
**Blocklets** are reusable building blocks to help developers and community users to build things on [ArcBlock](https://www.arcblock.io) platform. A blocklet serves one and only one purpose, reusability is the core design philosophy of blocklets. Reusabil
23 lines • 606 B
JSON
{
"name": "blockchain-manager",
"version": "1.1.7",
"description": "Official blocklet to help you manage forge powered chain nodes",
"keywords": [
"forge",
"dapp",
"node",
"blockchain"
],
"author": "zhangzhenqaing <zhenqiang@arcblock.io> https://github.com/polunzh",
"repository": {
"type": "git",
"url": "https://github.com/ArcBlock/abt-node/tree/master/blocklets/forge-release-manager"
},
"bugs": {
"url": "https://github.com/ArcBlock/abt-node/issues",
"email": "zhenqiang@arcblock.io"
},
"publishConfig": {
"directory": ".blocklet/bundle/"
}
}