{ "main": "toastr", "registry": "github", "format": "global", "dependencies": { "jquery": "*", "css": "*" }, "files": [ "toastr.css", "toastr" ], "shim": { "toastr": { "deps": [ "jquery", "./toastr.css!" ], "exports": "toastr" } } }