This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.yo-rc.json
109 lines (109 loc) · 2.31 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"generator-phovea": {
"type": "app",
"name": "taco",
"author": "The Caleydo Team",
"githubAccount": "caleydo",
"modules": [
"phovea_core",
"phovea_d3",
"phovea_vis",
"phovea_ui"
],
"extensions": [
{
"type": "app",
"id": "taco",
"module": "",
"extras": {
"name": "TACO"
}
},
{
"type": "tacoView",
"id": "DataSetSelector",
"module": "data_set_selector",
"extras": {
"name": "Data Set Selector",
"factory": "create"
}
},
{
"type": "tacoView",
"id": "Timeline",
"module": "timeline",
"extras": {
"name": "Timeline",
"factory": "create"
}
},
{
"type": "tacoView",
"id": "HeatMap",
"module": "heat_map",
"extras": {
"name": "Heat Map",
"factory": "create"
}
},
{
"type": "tacoView",
"id": "DiffHeatMap",
"module": "diffHeatMap",
"extras": {
"name": "Diff Heat Map",
"factory": "create"
}
},
{
"type": "tacoView",
"id": "Histogram2D",
"module": "histogram_2d",
"extras": {
"name": "Histogram2D",
"factory": "create"
}
}
],
"sextensions": [],
"libraries": [
"moment"
],
"unknown": {
"requirements": [],
"debianPackages": [],
"redhatPackages": []
},
"app": "taco",
"vendors": {
"others": "phovea.*|tdp_.*|tdp-.*|datavisyn.*",
"phovea": "phovea.*",
"tdp": "tdp_.|tdp-.*",
"dv": "datavisyn.*"
},
"filesToLoad": {
"file-loader": "404|robots"
},
"entries": {
"app": {
"js": "dist/initialize.js",
"template": "dist/index.template.ejs",
"html": "index.html",
"chunkName": "app"
}
},
"libraryAliases": {
"d3": "d3/d3.js"
},
"libraryExternals": [],
"ignores": [],
"today": "Tue, 08 Nov 2016 08:57:09 GMT",
"clientOnly": false,
"promptValues": {
"authorName": "The Caleydo Team",
"authorEmail": "contact@caleydo.org",
"authorUrl": "https://caleydo.org",
"githubAccount": "caleydo"
}
}
}