-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlibman.json
More file actions
49 lines (49 loc) · 1.2 KB
/
libman.json
File metadata and controls
49 lines (49 loc) · 1.2 KB
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": "unpkg",
"libraries": [
{
"provider": "cdnjs",
"library": "font-awesome@7.0.0",
"destination": "wwwroot/lib/font-awesome/",
"files": [
"css/all.min.css",
"js/all.min.js",
"sprites/brands.svg",
"sprites/regular.svg",
"sprites/solid.svg",
"webfonts/fa-brands-400.woff2",
"webfonts/fa-regular-400.woff2",
"webfonts/fa-solid-900.woff2",
"webfonts/fa-v4compatibility.woff2"
]
},
{
"provider": "cdnjs",
"library": "microsoft-signalr@9.0.6",
"destination": "wwwroot/lib/microsoft-signalr/",
"files": [
"signalr.min.js"
]
},
{
"provider": "unpkg",
"library": "bootstrap@5.3.8",
"destination": "wwwroot/lib/bootstrap/",
"files": [
"dist/css/bootstrap.min.css",
"dist/css/bootstrap.min.css.map",
"dist/js/bootstrap.bundle.min.js",
"dist/js/bootstrap.bundle.min.js.map" ]
},
{
"provider": "cdnjs",
"library": "jquery@3.7.1",
"destination": "wwwroot/lib/jquery/",
"files": [
"jquery.min.js",
"jquery.min.map"
]
}
]
}