summaryrefslogtreecommitdiffstats
path: root/qx08/Manifest.json
blob: dc58c7f4a56f24541d9ddae3d18e7379283e26ef (plain)
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"
  }
}