-
Notifications
You must be signed in to change notification settings - Fork 4
/
.yo-rc.json
46 lines (46 loc) · 980 Bytes
/
.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
{
"generator-phovea": {
"type": "app-slib",
"modules": [
"tdp_core"
],
"vendors": {
"others": "phovea.*|tdp_.*|tdp-.*|datavisyn.*",
"phovea": "phovea.*",
"tdp": "tdp_.|tdp-.*",
"dv": "datavisyn.*"
},
"filesToLoad": {
"file-loader": "404|robots"
},
"libraries": [],
"libraryExternals": [],
"name": "coral",
"author": "PatrickAdelberger",
"today": "Fri, 14 Jun 2019 11:27:31 GMT",
"githubAccount": "Caleydo",
"app": "coral",
"clientOnly": false,
"libraryAliases": {
"d3": "d3/d3.js"
},
"sextensions": [],
"unknown": {
"requirements": [],
"dockerPackages": []
},
"ignores": [],
"extensions": [
{
"type": "tdpView",
"id": "coral-ranking",
"module": "CoralRankingView",
"extras": {
"name": "Coral Ranking",
"idtype": ".*",
"selection": "some"
}
}
]
}
}