@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
26 lines • 540 B
JSON
{
"name": "static-demo-blocklet",
"files": [
"app/",
"logo.png",
"blocklet.yml",
"blocklet.md",
"README.md",
"blocklet.yaml",
"blocklet.json",
"blocklet.zip",
"blocklet.js",
"LICENSE"
],
"version": "1.1.1",
"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"
}
}