forked from Caleydo/tdp_publicdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
65 lines (65 loc) · 1.4 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
{
"generator-phovea": {
"type": "lib-slib",
"name": "tdp_publicdb",
"author": "The Caleydo Team",
"githubAccount": "caleydo",
"modules": [
"ordino"
],
"extensions": [
{
"type": "tdpScore",
"id": "annotationColumn",
"module": "AnnotationColumn",
"extras": {
"idtype": "Cellline",
"name": "Annotation Column"
}
},
{
"type": "tdpScoreImpl",
"id": "annotationColumn",
"module": "AnnotationColumn",
"extras": {
"factory": "new"
}
}
],
"sextensions": [
{
"type": "targid-sql-database-definition",
"id": "bioinfodb",
"module": "",
"extras": {
"configKey": "tdp_publicdb"
}
}
],
"libraries": [],
"unknown": {
"requirements": [
"psycopg2==2.6.2"
],
"dockerPackages": []
},
"today": "Sun, 06 Nov 2016 23:21:43 GMT",
"app": "",
"clientOnly": false,
"entries": {
"app": "./src/index.ts"
},
"libraryAliases": {
"d3": "d3/d3",
"scrollTo": "jquery.scrollto/jquery.scrollTo.js"
},
"libraryExternals": [],
"ignores": [],
"promptValues": {
"authorName": "The Caleydo Team",
"authorEmail": "[email protected]",
"authorUrl": "https://caleydo.org",
"githubAccount": "caleydo"
}
}
}