forked from scro34/Bernstein
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathManifest.json
32 lines (32 loc) · 819 Bytes
/
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
{
"$schema": "https://qooxdoo.org/schema/Manifest-2-0-0.json",
"info": {
"name": "BernsteinTheme",
"summary": "Bernstein Theme Contribution",
"description": "A bernstein theme for qx 7.0",
"homepage": "https://github.com/goldim/Bernstein",
"license": "MIT license",
"authors": [
{
"name": "Norbert Schröder (scro34)",
"email": "[email protected]"
},
{
"name": "Dmitrii Zolotov (goldim)",
"email": "[email protected]"
}
],
"version": "2.1.5"
},
"provides": {
"namespace": "bernstein",
"encoding": "utf-8",
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation"
},
"requires": {
"@qooxdoo/framework": "^7.6.3",
"qooxdoo/qxl.formdemo": "^2.0.0"
}
}