-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvariables.json
48 lines (48 loc) · 2.23 KB
/
variables.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
{
"title": "Veles Network",
"body": {
"css": [
{"comment": "Font Awesome v5", "href": "https://use.fontawesome.com/releases/v5.6.3/css/all.css"},
{"comment": "Bootstrap", "href": "vendor/bootstrap/css/bootstrap.min.css"},
{"comment": "jQPlot", "href": "js/src/jquery.jqplot.css"},
{"comment": "DataTables", "href": "https://cdn.datatables.net/1.10.20/css/dataTables.bootstrap.min.css"},
{"href": "css/custom.css"},
{"href": "css/spincube.css"},
{"href": "css/wiki.css"}
],
"js": [
{"comment": "jQuery", "src": "https://code.jquery.com/jquery-3.3.1.js"},
{"comment": "CanvasJS", "src": "https://canvasjs.com/assets/script/jquery.canvasjs.min.js"},
{"comment": "jQPlot", "src": "js/src/jquery.jqplot.js"},
{"src": "js/src/plugins/jqplot.dateAxisRenderer.js"},
{"src": "js/src/plugins/jqplot.categoryAxisRenderer.js"},
{"src": "js/src/plugins/jqplot.ohlcRenderer.js"},
{"src": "js/src/plugins/jqplot.highlighter.js"},
{"src": "js/src/plugins/jqplot.cursor.js"},
{"src": "js/charts.js"},
{"src": "js/version.js"},
{"src": "js/nav.js"},
{"comment": "Bootstrap", "src": "vendor/bootstrap/js/bootstrap.bundle.min.js"},
{"comment": "Bootstrap Autocomplete", "src": "https://cdn.jsdelivr.net/gh/xcash/[email protected]/dist/latest/bootstrap-autocomplete.min.js"},
{"comment": "DataTables", "src": "https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js"},
{"comment": "DataTables Bootstrap module", "src": "https://cdn.datatables.net/1.10.20/js/dataTables.bootstrap.min.js"},
{"src": "js/websocket.js"},
{"src": "js/websocket-ui.js"},
{"src": "js/footer.js"},
{"src": "js/console.js"},
{"comment": "Index effect", "src": "js/TweenLite.min.js"},
{"comment": "Index effect", "src": "js/EasePack.min.js"},
{"src": "js/header.js"},
{"src": "js/index.js"},
{"src": "js/wiki.js"}
]
},
"app": {
"version": "0.0.02",
"copyright_year": 2020,
"copyright_year_roman": "MMXX"
},
"footer": {
"motto": "\"Every day, we change the world, but to change the world in a way that means anything, that takes more time than most people have. It never happens all at once. It's slow. It's methodical. It's exhausting. We don't all have the stomach for it.\" — Elliot Alderson"
}
}