Files
jspm-registry/package-overrides/github/CodeSeven/toastr@2.1.1.json
T
2015-09-21 09:48:30 -05:00

23 lines
371 B
JSON

{
"main": "toastr",
"registry": "github",
"format": "global",
"dependencies": {
"jquery": "github:components/jquery@2.1.3",
"css": "github:systemjs/plugin-css@^0.1.13"
},
"files": [
"toastr.css",
"toastr"
],
"shim": {
"toastr": {
"deps": [
"jquery",
"./toastr.css!"
],
"exports": "toastr"
}
}
}