@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"main": "toastr",
|
||||||
|
"format": "global",
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": "github:components/jquery",
|
||||||
|
"css": "github:systemjs/plugin-css"
|
||||||
|
},
|
||||||
|
"files": ["toastr.js", "toastr.css", "build"],
|
||||||
|
"shim": {
|
||||||
|
"toastr": {
|
||||||
|
"deps": ["jquery", "./toastr.css!"],
|
||||||
|
"exports": "toastr"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"main": "toastr",
|
||||||
|
"format": "global",
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": "github:components/jquery",
|
||||||
|
"css": "github:systemjs/plugin-css"
|
||||||
|
},
|
||||||
|
"files": ["toastr.js", "build"],
|
||||||
|
"shim": {
|
||||||
|
"toastr": {
|
||||||
|
"deps": ["jquery", "./build/toastr.css!"],
|
||||||
|
"exports": "toastr"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -403,6 +403,7 @@
|
|||||||
"threestrap": "github:unconed/threestrap",
|
"threestrap": "github:unconed/threestrap",
|
||||||
"theseus": "npm:theseus",
|
"theseus": "npm:theseus",
|
||||||
"theseus-angular": "npm:theseus-angular",
|
"theseus-angular": "npm:theseus-angular",
|
||||||
|
"toastr": "github:CodeSeven/toastr",
|
||||||
"topo": "github:capaj/topo-browser",
|
"topo": "github:capaj/topo-browser",
|
||||||
"timers": "github:jspm/nodelibs-timers",
|
"timers": "github:jspm/nodelibs-timers",
|
||||||
"tinycolor": "github:bgrins/TinyColor",
|
"tinycolor": "github:bgrins/TinyColor",
|
||||||
|
|||||||
Reference in New Issue
Block a user