-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathManifest.json
33 lines (33 loc) · 1.05 KB
/
Manifest.json
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
{
"info": {
"name": "Bibliograph",
"summary": "Open source online bibliographic data manager",
"description": "Bibliograph is a powerful open source web application for the collaborative collection, editing and publishing of bibliographic data",
"homepage": "http://www.bibliograph.org",
"license": "MIT license",
"authors": [
{
"name": "Christian Boulanger",
"githubUser": "cboulanger",
"email": "[email protected]"
}
],
"version": "3.0.0"
},
"provides": {
"namespace": "bibliograph",
"encoding": "utf-8",
"class": "src/client/bibliograph/source/class",
"resource": "src/client/bibliograph/source/resource",
"translation": "source/translation"
},
"requires": {
"@qooxdoo/compiler": "^1.0.0-beta",
"@qooxdoo/framework": "^6.0.0-beta",
"qooxdoo/qxl.apiviewer": "^1.0.13",
"qooxdoo/qxl.dialog": "^3.0.4",
"cboulanger/qx-contrib-TokenField": "^1.3.0",
"oetiker/UploadWidget": "^1.0.2"
},
"$schema": "https://qooxdoo.org/schema/Manifest-1-0-0.json"
}