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
/
.yo-rc.json
84 lines (84 loc) · 1.8 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
{
"generator-phovea": {
"type": "lib-slib",
"name": "phovea_clue",
"author": "The Caleydo Team",
"githubAccount": "phovea",
"modules": [
"phovea_core",
"phovea_ui",
"phovea_security_flask",
"phovea_server"
],
"extensions": [
{
"type": "actionFactory",
"id": "idtype-selection",
"module": "selection",
"extras": {
"factory": "createCmd",
"creates": "select"
}
},
{
"type": "actionCompressor",
"id": "idtype-selection",
"module": "selection",
"extras": {
"factory": "compressSelection",
"matches": "select"
}
},
{
"type": "actionFactory",
"id": "multiform",
"module": "multiform",
"extras": {
"factory": "createCmd",
"creates": "(transform|changeVis|setOption)"
}
}
],
"sextensions": [
{
"type": "namespace",
"id": "caleydo-clue-screenshot",
"module": "remoteplayer",
"extras": {
"namespace": "/api/clue",
"factory": "create"
}
}
],
"libraries": [
"d3"
],
"unknown": {
"requirements": [
"selenium==2.48.0",
"python-memcached==1.58"
],
"debianPackages": [
"memcached"
],
"redhatPackages": []
},
"libraryAliases": {
"d3": "d3/d3"
},
"libraryExternals": [
"d3",
"jquery",
"font-awesome"
],
"entries": "./index.js",
"ignores": [],
"today": "Sun, 06 Nov 2016 12:25:08 GMT",
"promptValues": {
"authorName": "The Caleydo Team",
"authorEmail": "contact@caleydo.org",
"authorUrl": "https://caleydo.org",
"githubAccount": "phovea"
}
}
}