forked from scro34/GraydientTheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathManifest.json
32 lines (32 loc) · 820 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": "GraydientTheme",
"summary": "Graydient Theme Contribution",
"description": "A graydient theme for qx 7.0",
"homepage": "https://github.com/goldim/GraydientTheme",
"license": "MIT license",
"authors": [
{
"name": "Norbert Schröder (scro34)",
"email": "n.schroeder@scro34.de"
},
{
"name": "Dmitrii Zolotov",
"email": "zolotovdy@yandex.ru"
}
],
"version": "2.1.2"
},
"provides": {
"namespace": "graydienttheme",
"encoding": "utf-8",
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation"
},
"requires": {
"@qooxdoo/framework": "^7.6.3",
"qooxdoo/qxl.formdemo": "^2.0.0"
}
}