-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathManifest.json
executable file
·46 lines (40 loc) · 1.45 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
{
"info" :
{
"name" : "Aristo",
"summary" : "Aristo Contribution",
"description" : "Additional theme. Aristo is an open source UI created by <a href='http://280north.com/'>280 North, Inc.</a> and <a href='http://www.madebysofa.com/'>Sofa</a> and released under the <br/>Creative Commons Attribution Share-Alike License <a href='http://creativecommons.org/licenses/by-sa/3.0/us/'>http://creativecommons.org/licenses/by-sa/3.0/us/</a>. <br/>See <a href='http://github.com/280north/aristo'>homepage</a> for more info.",
"homepage" : "http://contrib.qooxdoo.org/project/Aristo",
"license" : "Creative Commons Attribution Share-Alike",
"authors" :
[
{
"name" : "Guilherme Aiolfi (guilhermeaiolfi)",
"email" : "gradinf AT gmail DOT com"
},
{
"name" : "John Spackman",
"email" : "john DOT spackman AT zenesis DOT com"
},
{
"name" : "Original creators: 280 North, Inc.",
"email" : "http://280north.com/"
},
{
"name" : "Original creators: Sofa",
"email" : "http://madebysofa.com/"
}
],
"version" : "trunk",
"qooxdoo-versions": [ "3.0","3.5" ]
},
"provides" :
{
"namespace" : "aristo",
"encoding" : "utf-8",
"class" : "source/class",
"resource" : "source/resource",
"translation" : "source/translation",
"type" : "theme"
}
}