{ "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" } } },