Add toastr
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user