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 4
/
Copy path.yo-rc.json
73 lines (73 loc) · 1.65 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
{
"generator-phovea": {
"type": "lib",
"name": "phovea_d3",
"author": "The Caleydo Team",
"githubAccount": "phovea",
"modules": [
"phovea_core"
],
"extensions": [
{
"type": "autoload",
"id": "caleydo_links",
"module": "link_renderer",
"extras": {}
},
{
"type": "link-representation",
"id": "link-block",
"module": "link_representation",
"extras": {
"name": "Block Link Representation",
"factory": "createBlockRep",
"granularity": 0
}
},
{
"type": "link-representation",
"id": "link-group",
"module": "link_representation",
"extras": {
"name": "Group Link Representation",
"factory": "createGroupRep",
"granularity": 5
}
},
{
"type": "link-representation",
"id": "link-item",
"module": "link_representation",
"extras": {
"name": "Item Link Representation",
"factory": "createItemRep",
"granularity": 10
}
}
],
"sextensions": [],
"libraries": [
"d3"
],
"unknown": {
"requirements": [],
"debianPackages": [],
"redhatPackages": []
},
"libraryAliases": {
"d3": "d3/d3"
},
"entries": "./index.js",
"ignores": [],
"today": "Thu, 03 Nov 2016 13:47:36 GMT",
"libraryExternals": [
"d3"
],
"promptValues": {
"authorName": "The Caleydo Team",
"authorEmail": "contact@caleydo.org",
"authorUrl": "https://caleydo.org",
"githubAccount": "phovea"
}
}
}