Merge pull request #721 from abbasmhd/master

Add bootstrap-fileinput
This commit is contained in:
Guy Bedford
2016-01-28 11:02:28 +02:00
2 changed files with 23 additions and 0 deletions
@@ -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": "$"
}
}
}
+1
View File
@@ -165,6 +165,7 @@
"bignumber.js": "npm:bignumber.js",
"bluebird": "npm:bluebird",
"bootstrap": "github:twbs/bootstrap",
"bootstrap-fileinput": "github:kartik-v/bootstrap-fileinput",
"bootstrap-less": "github:distros/bootstrap-less",
"bootstrap-material": "github:fezVrasta/bootstrap-material-design",
"bootstrap-sass": "github:twbs/bootstrap-sass",