libman.json

23 lines | 447 B Blame History Raw Download
{
  "version": "1.0",
  "defaultProvider": "cdnjs",
  "libraries": [
    {
      "library": "bootstrap@4.6.2",
      "destination": "wwwroot/css/bootstrap"
    },
    {
      "library": "font-awesome@4.7.0",
      "destination": "wwwroot/css/font-awesome/"
    },
    {
      "library": "jquery@3.7.0",
      "destination": "wwwroot/js/jquery/"
    },
    {
      "library": "toastr.js@2.1.4",
      "destination": "wwwroot/js/toastr"
    }
  ]
}