-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
63 lines (63 loc) · 1.39 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
{
"generator-phovea": {
"type": "app",
"modules": [
"phovea_server"
],
"vendors": {
"others": "phovea.*|tdp_.*|tdp-.*|datavisyn.*"
},
"filesToLoad": {
"file-loader": "404|robots"
},
"libraryAliases": {
"d3": "d3/d3.js"
},
"libraryExternals": [],
"name": "ordino_public",
"author": "datavisyn",
"today": "Tue, 06 Jun 2017 07:34:54 GMT",
"githubAccount": "Caleydo",
"sextensions": [],
"app": "ordino_public",
"clientOnly": false,
"__app_entries": {
"app": {
"js": "dist/initialize.app.js",
"template": "dist/app.template.ejs",
"html": "index.html",
"chunkName": "app",
"excludeChunks": [
"welcome"
]
}
},
"__welcome_entries": {
"welcome": {
"scss": "../welcome.scss",
"js": "dist/initialize.welcome.js",
"template": "dist/welcome.template.ejs",
"html": "index.html",
"chunkName": "welcome",
"excludeChunks": [
"app"
]
}
},
"unknown": {
"requirements": [],
"dockerPackages": []
},
"ignores": [],
"extensions": [],
"libraries": [
"d3"
],
"promptValues": {
"authorName": "datavisyn",
"authorEmail": "[email protected]",
"authorUrl": "http://www.datavisyn.io",
"githubAccount": "Caleydo"
}
}
}