-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathManifest.json
55 lines (55 loc) · 1.54 KB
/
Manifest.json
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
{
"$schema": "https://qooxdoo.org/schema/Manifest-2-0-0.json",
"info": {
"name": "DemoBrowser",
"summary": "A GUI framework application for qooxdoo demos",
"description": "The DemoBrowser provides a run environment for qooxdoo samples and demo apps that features tree and forward/backward navigation, profiling and code inspection.",
"keywords": [
"demos",
"run frame"
],
"homepage": "http://demo.qooxdoo.org/current/demobrowser",
"license": "MIT",
"authors": [
{
"name": "Thomas Herchenroeder (thron7)",
"email": "thron7 AT users DOT sourceforge DOT net"
},
{
"name": "Daniel Wagner (d_wagner)",
"email": "daniel DOT wagner AT 1und1 DOT de"
},
{
"name": "Martin Wittemann (martinwittemann)",
"email": "martin DOT wittemann AT 1und1 DOT de"
},
{
"name": "Henner Kollmann (hkollmann)",
"email": "Henner DOT Kollmann AT gmx DOT de"
}
],
"version": "2.0.0"
},
"provides": {
"namespace": "qxl.demobrowser",
"encoding": "utf-8",
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation",
"application": {
"class": "qxl.demobrowser.Application",
"theme": "qxl.demobrowser.Theme",
"name": "demobrowser",
"title": "DemoBrowser",
"include": [
"qxl.demobrowser.*",
"qx.theme.Modern",
"qx.theme.Simple",
"qx.theme.Classic"
]
}
},
"requires": {
"@qooxdoo/framework": "^7.0.0"
}
}