forked from qooxdoo/qooxdoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathManifest.json
91 lines (91 loc) · 2.51 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"$schema": "https://raw.githubusercontent.com/qooxdoo/qooxdoo-compiler/master/resource/schema/v1/Manifest.json",
"info": {
"name": "qooxdoo framework",
"summary": "The qooxdoo framework library",
"description": "This library contains the qooxdoo Javascript framework classes for website, mobile, desktop and server.",
"keywords": [
"qooxdoo",
"framework",
"widget",
"cross-browser",
"ajax"
],
"homepage": "http://qooxdoo.org",
"license": "MIT",
"authors": [
{
"name": "Alexander Steitz (asteitz)",
"email": "alexander DOT steitz AT 1und1 DOT de"
},
{
"name": "Christopher Zündorf (czuendorf)",
"email": "christopher DOT zuendorf AT 1und1 DOT de"
},
{
"name": "Daniel Wagner (danielwagner)",
"email": "daniel DOT wagner AT 1und1 DOT de"
},
{
"name": "Derrell Lipman (derrell)",
"email": "derrell DOT lipman AT unwireduniverse DOT com"
},
{
"name": "Andreas Ecker (ecker)",
"email": "andreas DOT ecker AT 1und1 DOT de"
},
{
"name": "Christian Hagendorn (Hagendorn)",
"email": "christian DOT hagendorn AT 1und1 DOT de"
},
{
"name": "Mustafa Sak (msak)",
"email": "Mustafa DOT Sak AT 1und1 DOT de"
},
{
"name": "Thomas Herchenröder (thron7)",
"email": "thron7 AT users DOT sourceforge DOT net"
},
{
"name": "Tino Butz (tjbutz)",
"email": "tino DOT butz AT 1und1 DOT de"
},
{
"name": "Tristan Koch (trkoch)",
"email": "tristan DOT koch AT 1und1 DOT de"
},
{
"name": "Martin Wittemann (wittemann)",
"email": "martin DOT wittemann AT 1und1 DOT de"
},
{
"name": "John Spackman (johnspackman)",
"email": "[email protected]"
},
{
"name": "Christian Boulanger (cboulanger)",
"email": "[email protected]"
},
{
"name": "Henner Kollmann (hkollmann)",
"email": "Henner.Kollmann.gmx.de"
},
{
"name": "Tobias Oetiker (oetiker)",
"email": "[email protected]"
},
{
"name": "Dietrich Streifert (level420)",
"email": "[email protected]"
}
],
"version": "6.0.0-beta"
},
"provides": {
"namespace": "qx",
"encoding": "utf-8",
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation"
}
}