AspNetCore.Docs/aspnetcore/fundamentals/http-requests/samples/libman.json

27 lines
695 B
JSON
Raw Normal View History

{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "twitter-bootstrap@3.3.7",
"destination": "wwwroot/lib/bootstrap",
"files": [
"js/bootstrap.min.js",
"css/bootstrap-theme.min.css",
"css/bootstrap.min.css",
"fonts/glyphicons-halflings-regular.eot",
"fonts/glyphicons-halflings-regular.svg",
"fonts/glyphicons-halflings-regular.ttf",
"fonts/glyphicons-halflings-regular.woff",
"fonts/glyphicons-halflings-regular.woff2"
]
},
{
"library": "jquery@3.3.1",
"destination": "wwwroot/lib/jquery",
"files": [
"jquery.min.js"
]
}
]
}