-
Notifications
You must be signed in to change notification settings - Fork 5
/
Manifest.json
30 lines (30 loc) · 936 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
{
"info": {
"name": "qx-osparc-theme",
"summary": "theme for the osparc web ui",
"description": "a material design inspired dark theme for osparc",
"homepage": "https://github.com/ITISFoundation/qx-osparc-theme",
"license": "MIT license",
"authors": [
{
"name": "Tobias Oetiker (oetiker)",
"email": "tobi@itis.swiss"
}
],
"version": "0.6.0"
},
"provides": {
"namespace": "osparc.theme",
"encoding": "utf-8",
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation"
},
"requires": {
"@qooxdoo/compiler": "^1.0.0-beta",
"@qooxdoo/framework": "^6.0.0-beta",
"ITISFoundation/qx-iconfont-material": "^0.1.5",
"ITISFoundation/qx-iconfont-fontawesome5": "^0.2.0"
},
"$schema": "https://raw.githubusercontent.com/qooxdoo/qooxdoo-compiler/master/source/resource/qx/tool/schema/Manifest-1-0-0.json"
}