source: Manifest.json @ 90:5acea1f153ba

Last change on this file since 90:5acea1f153ba was 90:5acea1f153ba, checked in by fnevgeny, 16 years ago

Migrated to 0.8.1.

File size: 665 bytes
Line 
1{
2  "info" : 
3  {
4    "name"        : "pf",
5
6    "summary"     : "Plasma Formulary",
7    "description" : "Plasma Formulary Interactive.",
8   
9    "homepage"    : "http://some.homepage.url/",
10
11    "license"     : "GPL",
12    "authors"     : 
13    [
14      {
15        "name"  : "Evgeny Stambulchik",
16        "email" : "Evgeny.Stambulchik@weizmann.ac.il"
17      }
18    ],
19
20    "version" : "trunk",
21    "qooxdoo-versions": ["0.8.1"]
22  },
23 
24  "provides" : 
25  {
26    "namespace"   : "pf",
27    "encoding"    : "utf-8",
28    "class"       : "source/class",
29    "resource"    : "source/resource",
30    "translation" : "source/translation",
31    "type"        : "application"
32  }
33}
34
Note: See TracBrowser for help on using the repository browser.