@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
43 lines • 1.23 kB
JSON
{
"name": "@arcblock/i-did-it",
"version": "0.2.0",
"main": "index.js",
"title": "I DID IT",
"description": "The easiest way for blockchain developers to experience and build identity applications using decentralized identity and support for any blockchain.",
"keywords": [],
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
"repository": {
"type": "git",
"url": "git+https://github.com/ArcBlock/www-learning.git"
},
"bugs": {
"url": "https://github.com/ArcBlock/www-learning/issues"
},
"blocklet": {
"main": "public",
"group": "static",
"color": "primary",
"provider": "arcblock",
"documentation": "https://docs.arcblock.io",
"support": "support@arcblock.io",
"community": "https://gitter.im/ArcBlock/community",
"config_url": "",
"public_url": "/en",
"admin_url": "",
"capabilities": {
"dynamicPathPrefix": false
},
"hooks": {},
"requiredEnvironments": [
{
"name": "GATSBY_PLAYGROUND_SERVICE",
"description": "Please provide a playground service to start",
"required": true,
"default": ""
}
]
},
"publishConfig": {
"access": "public"
}
}