@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
36 lines • 823 B
JSON
{
"name": "blockchain-manager",
"files": [
"build",
"screenshots",
"logo.png",
"blocklet.md",
"blocklet.js",
"README.md",
"blocklet.yml",
"blocklet.yaml",
"blocklet.json",
"blocklet.zip",
"LICENSE"
],
"version": "1.1.4",
"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/"
}
}