-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
libman.json
49 lines (49 loc) · 1.37 KB
/
libman.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
{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "jquery@3.6.2",
"destination": "Content/Vendor/jquery/"
},
{
"library": "fancybox@3.5.7",
"destination": "Content/Vendor/fancybox/"
},
{
"library": "jquery-fullscreen-plugin@1.1.5",
"destination": "Content/Vendor/jquery-fullscreen-plugin/"
},
{
"provider": "unpkg",
"library": "@fortawesome/fontawesome-free@6.2.0",
"destination": "Content/Vendor/fortawesome/",
"files": [
"scss/_variables.scss",
"scss/_mixins.scss",
"scss/_core.scss",
"scss/_animated.scss"
]
},
{
"provider": "unpkg",
"library": "bootstrap@5.2.2",
"destination": "Content/Vendor/bootstrap/"
},
{
"provider": "filesystem",
"library": "https://raw.githubusercontent.com/joszz/is-loading/master/jquery.isloading.js",
"destination": "Content/Vendor/jquery.isloading/"
},
{
"provider": "filesystem",
"library": "https://raw.githubusercontent.com/Illyism/jquery.vibrate.js/master/build/jquery/jquery.vibrate.js",
"destination": "Content/Vendor/jquery.vibrate/"
},
{
"provider": "filesystem",
"library": "https://raw.githubusercontent.com/joszz/sorttable/master/sorttable.js",
"destination": "Content/Vendor/sorttable/"
}
]
}