Last active
October 18, 2019 16:09
-
-
Save yzorg/2a25d42ec140c2b430fff3a4e0b602d3 to your computer and use it in GitHub Desktop.
libman.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "1.0", | |
"defaultProvider": "cdnjs", | |
"defaultDestination": "wwwroot/lib", | |
"libraries": [ | |
{ | |
"provider": "jsdelivr", | |
"library": "[email protected]", | |
"destination": "wwwroot/lib/bootstrap/", | |
"files": [ | |
"dist/css/bootstrap-grid.css", | |
"dist/css/bootstrap-grid.css.map", | |
"dist/css/bootstrap-grid.min.css", | |
"dist/css/bootstrap-grid.min.css.map", | |
"dist/css/bootstrap-reboot.css", | |
"dist/css/bootstrap-reboot.css.map", | |
"dist/css/bootstrap-reboot.min.css", | |
"dist/css/bootstrap-reboot.min.css.map", | |
"dist/css/bootstrap.css", | |
"dist/css/bootstrap.css.map", | |
"dist/css/bootstrap.min.css", | |
"dist/css/bootstrap.min.css.map", | |
"dist/js/bootstrap.bundle.js", | |
"dist/js/bootstrap.bundle.js.map", | |
"dist/js/bootstrap.bundle.min.js", | |
"dist/js/bootstrap.bundle.min.js.map", | |
"dist/js/bootstrap.js", | |
"dist/js/bootstrap.js.map", | |
"dist/js/bootstrap.min.js", | |
"dist/js/bootstrap.min.js.map" | |
] | |
}, | |
{ | |
"library": "[email protected]", | |
"destination": "wwwroot/lib/jquery/dist", | |
"files": [ | |
"jquery.js", | |
"jquery.min.js", | |
"jquery.min.map" | |
] | |
}, | |
{ | |
"library": "[email protected]", | |
"destination": "wwwroot/lib/jquery-validation/dist", | |
"files": [ | |
"additional-methods.js", | |
"additional-methods.min.js", | |
"jquery.validate.js", | |
"jquery.validate.min.js" | |
] | |
}, | |
{ | |
"library": "[email protected]", | |
"destination": "wwwroot/lib/jquery-validation-unobtrusive/" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This does not include LICENSE files, only for use with internal applications, or sites that list OSS licenses used elsewhere.