27 lines
695 B
JSON
27 lines
695 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|