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
|
{
"info" :
{
"name" : "qx08",
"summary" : "Custom Application",
"description" : "This is a skeleton for a custom application with qooxdoo.",
"homepage" : "http://some.homepage.url/",
"license" : "SomeLicense",
"authors" :
[
{
"name" : "First Author (uid)",
"email" : "first.author@some.domain"
}
],
"version" : "trunk",
"qooxdoo-versions": ["0.8"]
},
"provides" :
{
"namespace" : "tr",
"encoding" : "utf-8",
"class" : "source/class",
"resource" : "source/resource",
"translation" : "source/translation",
"type" : "application"
}
}
|