@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
17 lines (16 loc) • 428 B
JSON
{
"name": "static-demo-blocklet",
"version": "1.0.22",
"title": "Static Demo",
"description": "Demo blocklet that shows how to serve a static html5 game with ABT Node",
"keywords": [
"demo",
"game",
"blocklet"
],
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
"publishConfig": {
"access": "public"
},
"gitHash": "66d845aa186ede7fa9011cfe4f5f64246ef1ba3a"
}