-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathManifest.json
33 lines (33 loc) · 986 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
{
"info": {
"name": "qxl.dialog",
"summary": "Collection of dialog widgets",
"description": "The dialog package provides many often-used widgets required in user interaction, such as alert, confirm, prompt, and others that simplify the web developer's daily work.",
"homepage": "https://github.com/qooxdoo/qxl.dialog",
"license": "LGPL/EPL",
"authors": [
{
"name": "Christian Boulanger",
"email": "[email protected]",
"githubUser": "cboulanger"
},
{
"name": "Derrell Lipman",
"email": "[email protected]",
"githubUser": "derrell"
}
],
"version": "5.1.0"
},
"provides": {
"namespace": "qxl.dialog",
"encoding": "utf-8",
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation"
},
"requires": {
"@qooxdoo/framework": "^7.0.0"
},
"$schema": "https://qooxdoo.org/schema/Manifest-2-0-0.json"
}