-
Notifications
You must be signed in to change notification settings - Fork 0
/
Manifest.json
30 lines (30 loc) · 1016 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
{
"$schema": "https://raw.githubusercontent.com/qooxdoo/qooxdoo-compiler/master/source/resource/qx/tool/schema/Manifest-1-0-0.json",
"info": {
"name": "HeaderPuppet",
"summary": "Extra header rows bound to a table",
"description": "For complex tables it may be desirable to not have a single field to describe the content of the column or a group of columns, but a number of extra header lines.",
"homepage": "https://github.com/oposs/headerpuppet",
"license": "MIT license",
"authors": [
{
"name": "Tobias Oetiker (oetiker)",
"email": "[email protected]"
}
],
"version": "0.0.6"
},
"provides": {
"namespace": "headerpuppet",
"encoding": "utf-8",
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation"
},
"requires": {
"@qooxdoo/framework": "^6.0.0-alpha",
"@qooxdoo/compiler": "^1.0.0-beta",
"qooxdoo/qxl.testtapper": "^0.4.3",
"qooxdoo/qxl.apiviewer": "^1.0.0-beta"
}
}