-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblocklet.yml
63 lines (63 loc) · 1.16 KB
/
blocklet.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
name: static-demo-blocklet
title: Static Demo
version: 1.4.1
description: Demo blocklet that shows how to serve a static html5 game with Blocklet Server
files:
- app/
- screenshots/
- logo.png
- blocklet.yml
- blocklet.md
- README.md
keywords:
- demo
- game
- blocklet
author:
name: wangshijun
email: [email protected]
url: http://github.com/wangshijun
license: MIT
repository:
type: git
url: git+https://github.com/blocklet/html-2048-sample.git
main: app
logo: logo.png
community: ''
documentation: ''
homepage: ''
screenshots:
- 2d95435b7658aa6a7f73cc45a9b06ce0.png
environments: []
specVersion: 1.2.8
interfaces:
- type: web
name: publicUrl
path: /
prefix: '*'
port: BLOCKLET_PORT
protocol: tcp
did: z8ia4e5vAeDsQEE2P26bQqz9oWR1Lxg9qUMaV
engine:
interpreter: blocklet
source:
store: https://store.blocklet.dev
name: z2qa2dGC9EmsjB2WJtUcmuRWx43zTwPUZQF7g
version: latest
args: []
timeout:
start: 10
payment:
price: []
share: []
requirements:
abtnode: '>=1.1.0'
os: '*'
cpu: '*'
scripts:
dev: blocklet dev
capabilities:
clusterMode: false
component: true
navigation: true
components: []