Files
jspm-registry/package-overrides/github/kartik-v/bootstrap-fileinput@4.3.0.json
T
Moes 0e690d7cfc add the right blueimp-canvas-to-blob
change canvas-to-blob to the right dependency blueimp-canvas-to-blob
2016-04-19 10:19:04 +10:00

26 lines
607 B
JSON

{
"main": "js/fileinput",
"format": "global",
"dependencies": {
"jquery": "github:components/jquery",
"bootstrap": "github:twbs/bootstrap",
"css": "github:systemjs/plugin-css",
"blueimp-canvas-to-blob":"npm:blueimp-canvas-to-blob"
},
"files": [
"js/fileinput.js",
"js/fileinput.min.js",
"css/fileinput.css",
"css/fileinput.min.css",
"img/loading.gif",
"img/loading-sm.gif"
],
"registry": "jspm",
"shim": {
"js/fileinput": {
"deps": ["jquery", "bootstrap", "blueimp-canvas-to-blob", "../css/fileinput.css!"],
"exports": "$"
}
}
}