{
  "info" : 
  {
    "name" : "qip",

    "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": ["2.0"]
  },
  
  "provides" : 
  {
    "namespace"   : "qip",
    "encoding"    : "utf-8",
    "class"       : "source/class",
    "resource"    : "source/resource",
    "translation" : "source/translation",
    "type"        : "application"
  }
}

