This repository has been archived by the owner on May 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.yo-rc.json
88 lines (88 loc) · 2.07 KB
/
.yo-rc.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"generator-phovea": {
"type": "service",
"name": "phovea_server",
"serviceName": "api",
"author": "The Caleydo Team",
"githubAccount": "phovea",
"modules": [],
"extensions": [],
"sextensions": [
{
"type": "namespace",
"id": "caleydo-last-deployment",
"module": "last_deployment",
"extras": {
"namespace": "/api/last_deployment",
"factory": "create_last_deployment"
}
},
{
"type": "namespace",
"id": "caleydo-dataset",
"module": "dataset_api",
"extras": {
"namespace": "/api/dataset",
"factory": "create_dataset"
}
},
{
"type": "namespace",
"id": "caleydo-idtype",
"module": "dataset_api",
"extras": {
"namespace": "/api/idtype",
"factory": "create_idtype"
}
},
{
"type": "json-encoder",
"id": "numpy",
"module": "json_encoder",
"extras": {}
},
{
"type": "dataset-specific-handler",
"id": "handler-graph",
"module": "graph_api",
"extras": {
"datatype": "graph",
"factory": "add_graph_handler"
}
},
{
"type": "graph-parser",
"id": "parser-json",
"module": "graph_parser",
"extras": {
"format": "json",
"factory": "parse_json"
}
}
],
"libraries": [],
"unknown": {
"requirements": [
"Flask==0.11.1",
"flask-restplus==0.9.2",
"Flask-Sockets==0.2.1",
"gevent==1.4.0",
"gevent-websocket==0.10.1",
"numpy==1.17.0",
"scipy==1.3.1",
"pandas==0.25.0",
"matplotlib==1.5.3",
"Pillow==4.0.0",
"json-cfg==0.4.2",
"future==0.16.0"
]
},
"today": "Thu, 03 Nov 2016 14:43:16 GMT",
"promptValues": {
"authorName": "The Caleydo Team",
"authorEmail": "contact@caleydo.org",
"authorUrl": "https://caleydo.org",
"githubAccount": "phovea"
}
}
}