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

16 lines
300 B
JSON

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