-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibman.json
More file actions
30 lines (30 loc) · 729 Bytes
/
libman.json
File metadata and controls
30 lines (30 loc) · 729 Bytes
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
{
"version": "1.0",
"defaultProvider": "unpkg",
"libraries": [
{
"library": "bootstrap@5.1.3",
"destination": "wwwroot/lib/bootstrap"
},
{
"library": "bootstrap-icons@1.7.0",
"destination": "wwwroot/lib/bootstrap-icons"
},
{
"library": "jquery@3.6.0",
"destination": "wwwroot/lib/jquery"
},
{
"library": "jquery-ajax-unobtrusive@3.2.6",
"destination": "wwwroot/lib/jquery-ajax-unobtrusive"
},
{
"library": "jquery-validation@1.19.3",
"destination": "wwwroot/lib/jquery-validation"
},
{
"library": "jquery-validation-unobtrusive@3.2.12",
"destination": "wwwroot/lib/jquery-validation-unobtrusive"
}
]
}