source: Manifest.json @ 233:1661fdb5b41f

before_au
Last change on this file since 233:1661fdb5b41f was 195:51e341aa46cd, checked in by fnevgeny, 13 years ago

Updated Manifest.

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