-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathManifest.json
33 lines (33 loc) · 849 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
33
{
"$schema": "https://qooxdoo.org/schema/Manifest-2-0-0.json",
"info": {
"name": "mobilegrid",
"summary": "adds a grid widget to qx mobile",
"description": "With this you have a grid layout in qx.mobile",
"homepage": "https://github.com/hkollmann/hkollmann.mobilegrid",
"license": "MIT license",
"authors": [
{
"name": "Henner Kollmann (hkollmann)",
"email": "Henner DOT Kollmann AT gmx DOT de"
}
],
"version": "2.0.0"
},
"provides": {
"namespace": "hkollmann.mobilegrid",
"encoding": "utf-8",
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation"
},
"externalResources": {
"script": [],
"css": [
"hkollmann/mobilegrid/scss/custom.scss"
]
},
"requires": {
"@qooxdoo/framework": "^7.0.0"
}
}