Files
jspm-registry/package-overrides/github/CodeSeven/toastr@2.1.1.json
T

23 lines
309 B
JSON

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