@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
14 lines • 343 B
JSON
{
"name": "static-demo-blocklet",
"version": "1.1.5",
"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"
}
}