Create bootstrap-fileinput@4.3.0.json

Create bootstrap-fileinput@4.3.0.json
This commit is contained in:
Moes
2016-01-27 15:54:39 +10:00
parent 0db97a26f0
commit 3dfaeb62d6
@@ -0,0 +1,22 @@
{
"main": "js/fileinput",
"format": "global",
"dependencies": {
"jquery": "github:components/jquery",
"bootstrap": "github:twbs/bootstrap",
"css": "github:systemjs/plugin-css"
},
"files": [
"js/fileinput.js",
"js/fileinput.min.js",
"css/fileinput.css",
"css/fileinput.min.css"
],
"registry": "jspm",
"shim": {
"js/fileinput": {
"deps": ["jquery", "bootstrap", "./css/fileinput.css!"],
"exports": "$"
}
}
}