-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathManifest.json
28 lines (28 loc) · 933 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
{
"info": {
"name": "Dialog",
"summary": "Dialog Contribution",
"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/cboulanger/qx-contrib-Dialog",
"license": "LGPL/EPL",
"authors": [
{
"name": "Christian Boulanger (cboulanger)",
"email": "info@bibliograph.org"
}
],
"version": "2.1.1"
},
"provides": {
"namespace": "dialog",
"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"
},
"$schema": "https://raw.githubusercontent.com/qooxdoo/qooxdoo-compiler/master/source/resource/qx/tool/schema/Manifest-1-0-0.json"
}