-
Notifications
You must be signed in to change notification settings - Fork 0
/
Manifest.json
28 lines (28 loc) · 894 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
{
"$schema": "https://qooxdoo.org/schema/Manifest-1-0-0.json",
"info": {
"name": "qxex",
"summary": "Additional GUI widgets and utilities for qooxdoo apps.",
"description": "Additional GUI widgets (in ui/*) and utilities (static/singleton Manager's in util/) for qooxdoo apps. These are extensions of core qooxdoo widgets, especially from the qx.ui.form and qx.ui.table packages.",
"homepage": "adrelino.github.io/qxex",
"license": "MIT license",
"authors": [
{
"name": "Adrian Haarbach (adrelino)",
"email": "[email protected]"
}
],
"version": "1.0.1"
},
"provides": {
"namespace": "qxex",
"encoding": "utf-8",
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation"
},
"requires": {
"@qooxdoo/framework": "^6.0.0",
"@qooxdoo/compiler": "^1.0.0"
}
}