forked from CometVisu/CometVisu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathManifest.json
48 lines (48 loc) · 1.32 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"$schema": "https://qooxdoo.org/schema/Manifest-2-0-0.json",
"info": {
"name": "cv",
"summary": "CometVisu",
"description": "The CometVisu is an interactive, realtime, web based visualization.",
"homepage": "http://www.cometvisu.org/",
"license": "GPL-3.0",
"authors": [
{
"name": "Christian Mayer (ChristianMayer)",
"email": "CometVisu at ChristianMayer dot de"
},
{
"name": "Tobias Bräutigam (Peuter)",
"email": "tbraeutigam at gmail dot com"
}
],
"version": "0.13.0-dev",
"sourceViewUri": "https://github.com/CometVisu/CometVisu/blob/develop/source/class/%{classFilePath}#L%{lineNumber}"
},
"provides": {
"namespace": "cv",
"encoding": "utf-8",
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation"
},
"requires": {
"@qooxdoo/framework": "^7.2.1",
"johnspackman/UploadMgr": "^2.0.0",
"qooxdoo/qxl.versionlabel": "^2.0.0",
"qooxdoo/qxl.apiviewer": "^2.0.0",
"qooxdoo/qxl.dialog": "^5.0.0"
},
"externalResources": {
"script": [
"libs/EventRecorder.js",
"libs/favico.js",
"libs/jquery.js",
"libs/paho-mqtt.js",
"libs/sprintf.js",
"libs/strftime.js",
"libs/svg4everybody.js",
"libs/CvClientBaseClass.js"
]
}
}