source: Manifest.json @ 86:7a8e6cdbcfc4

div id="jumploc">
Last change on this file since 86:7a8e6cdbcfc4 was 76:132719babed4, checked in by fnevgeny, 16 years ago

Manifest brought to reality ;-).

File size: 663 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"]
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.
<