@@ -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": "$"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -165,6 +165,7 @@
|
|||||||
"bignumber.js": "npm:bignumber.js",
|
"bignumber.js": "npm:bignumber.js",
|
||||||
"bluebird": "npm:bluebird",
|
"bluebird": "npm:bluebird",
|
||||||
"bootstrap": "github:twbs/bootstrap",
|
"bootstrap": "github:twbs/bootstrap",
|
||||||
|
"bootstrap-fileinput": "github:kartik-v/bootstrap-fileinput",
|
||||||
"bootstrap-less": "github:distros/bootstrap-less",
|
"bootstrap-less": "github:distros/bootstrap-less",
|
||||||
"bootstrap-material": "github:fezVrasta/bootstrap-material-design",
|
"bootstrap-material": "github:fezVrasta/bootstrap-material-design",
|
||||||
"bootstrap-sass": "github:twbs/bootstrap-sass",
|
"bootstrap-sass": "github:twbs/bootstrap-sass",
|
||||||
|
|||||||
Reference in New Issue
Block a user