23 lines
357 B
JSON
23 lines
357 B
JSON
{
|
|
"main": "toastr",
|
|
"registry": "github",
|
|
"format": "global",
|
|
"dependencies": {
|
|
"jquery": "github:components/jquery",
|
|
"css": "github:systemjs/plugin-css"
|
|
},
|
|
"files": [
|
|
"toastr.css",
|
|
"toastr"
|
|
],
|
|
"shim": {
|
|
"toastr": {
|
|
"deps": [
|
|
"jquery",
|
|
"./toastr.css!"
|
|
],
|
|
"exports": "toastr"
|
|
}
|
|
}
|
|
}
|