UNPKG

@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 (35 loc) 769 B
{ "name": "static-demo-blocklet", "title": "Static Demo", "publishConfig": { "access": "public" }, "version": "1.0.21", "description": "Demo blocklet that shows how to serve a static html5 game with ABT Node", "files": [ "app/", "logo.png", "blocklet.md", "README.md" ], "blocklet": { "group": "static", "color": "primary", "main": "app", "logo": "logo.png", "provider": "arcblock", "admin_url": "", "config_url": "", "doc_url": "", "public_url": "/" }, "scripts": {}, "keywords": [ "demo", "game", "blocklet" ], "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)", "license": "MIT", "gitHead": "9acb5ff7583310b322a2e653155493343c59b183" }