Add toastr

This commit is contained in:
Josh Graham
2015-09-21 09:44:21 -05:00
parent b4bbde5e72
commit 1fb78fef02
2 changed files with 23 additions and 0 deletions
@@ -0,0 +1,22 @@
{
"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"
}
}
},
+1
View File
@@ -391,6 +391,7 @@
"threestrap": "github:unconed/threestrap",
"theseus": "npm:theseus",
"theseus-angular": "npm:theseus-angular",
"toastr": "github:CodeSeven/toastr",
"topo": "github:capaj/topo-browser",
"timers": "github:jspm/nodelibs-timers",
"tinycolor": "github:bgrins/TinyColor",