-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathManifest.json
39 lines (39 loc) · 892 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
34
35
36
37
38
39
{
"$schema": "https://qooxdoo.org/schema/Manifest-2-0-0.json",
"info": {
"name": "ville.Embed",
"summary": "A new desktop ui control for the Qooxdoo JavaScript Framework",
"description": "",
"homepage": "",
"license": "MIT license",
"authors": [
{
"name": "Chris Eskew",
"email": "(sqville)"
}
],
"version": "4.0.0"
},
"provides": {
"namespace": "ville.embed",
"encoding": "utf-8",
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation",
"fonts": {
"Providence": {
"fontFaces": [
{
"fontFamily": "Providence",
"fontStyle": "normal",
"fontWeight": "normal",
"paths": ["wax/demo/Providence.ttf"]
}
]
}
}
},
"requires": {
"@qooxdoo/framework": "^7.4.2"
}
}