-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
37 lines (37 loc) · 1020 Bytes
/
config.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
{
"version": "3",
"configs": {
"product-name": "OpenRevise",
"product-src-url": "https://github.com/OopDevs/OpenRevise3",
"notes-path": "https://oopdevs.github.io/OpenReviseNotes/notes/index.json"
},
"meta": {
"libraries": {
"bulma": {
"friendly-name": "Bulma",
"path": "assets/css/lib/bulma/*",
"version": "0.9.0"
},
"fontawesome": {
"friendly-name": "FontAwesome",
"path": "assets/icons/lib/fontawesome/*",
"version": "5.14.0"
},
"jquery": {
"friendly-name": "jQuery",
"path": "assets/js/lib/jquery/jquery-3.5.1.min.js",
"version": "3.5.1"
},
"jquery.localize": {
"friendly-name": "jQuery.Localize",
"path": "assets/js/lib/jquery/jquery.localize.min.js",
"version": "0.2.0"
},
"localforage": {
"friendly-name": "localForage",
"path": "assets/js/lib/localforage/localforage.min.js",
"version": "1.9.0"
}
}
}
}