-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
125 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
{ | ||
"name": "bootstrap-fileinput", | ||
"version": "5.2.6", | ||
"homepage": "https://github.com/kartik-v/bootstrap-fileinput", | ||
"authors": [ | ||
"Kartik Visweswaran <kartikv2@gmail.com>" | ||
], | ||
"description": "An enhanced HTML 5 file input for Bootstrap 5.x, 4.x, and 3.x with file preview, multiple selection, ajax uploads, and more features.", | ||
"main": [ | ||
"./css/fileinput.min.css", | ||
"./js/fileinput.min.js" | ||
], | ||
"keywords": [ | ||
"bootstrap", | ||
"file", | ||
"input", | ||
"preview", | ||
"image", | ||
"upload", | ||
"ajax", | ||
"multiple", | ||
"delete", | ||
"progress", | ||
"gallery" | ||
], | ||
"dependencies": { | ||
"jquery": ">= 1.9.0", | ||
"bootstrap": ">= 3.4.1" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"composer.json", | ||
"examples", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
] | ||
"name": "bootstrap-fileinput", | ||
"version": "5.2.6", | ||
"homepage": "https://github.com/kartik-v/bootstrap-fileinput", | ||
"authors": [ | ||
"Kartik Visweswaran <kartikv2@gmail.com>" | ||
], | ||
"description": "An enhanced HTML 5 file input for Bootstrap 5.x, 4.x, and 3.x with file preview, multiple selection, ajax uploads, and more features.", | ||
"main": [ | ||
"./css/fileinput.min.css", | ||
"./js/fileinput.min.js" | ||
], | ||
"keywords": [ | ||
"bootstrap", | ||
"file", | ||
"input", | ||
"preview", | ||
"image", | ||
"upload", | ||
"ajax", | ||
"multiple", | ||
"delete", | ||
"progress", | ||
"gallery" | ||
], | ||
"dependencies": { | ||
"jquery": ">= 1.9.0", | ||
"bootstrap": ">= 3.4.1" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"composer.json", | ||
"examples", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,48 @@ | ||
{ | ||
"name": "bootstrap-fileinput", | ||
"version": "5.2.6", | ||
"homepage": "https://github.com/kartik-v/bootstrap-fileinput", | ||
"authors": [ | ||
"Kartik Visweswaran <kartikv2@gmail.com>" | ||
], | ||
"description": "An enhanced HTML 5 file input for Bootstrap 5.x, 4.x, and 3.x with file preview, multiple selection, ajax uploads, and more features.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/kartik-v/bootstrap-fileinput.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/kartik-v/bootstrap-fileinput/issues" | ||
}, | ||
"keywords": [ | ||
"file", | ||
"input", | ||
"preview", | ||
"image", | ||
"upload", | ||
"ajax", | ||
"multiple", | ||
"delete", | ||
"progress", | ||
"gallery" | ||
], | ||
"dependencies": { | ||
"bootstrap": ">= 3.4.1", | ||
"jquery": ">= 1.9.0", | ||
"opencollective-postinstall": "^2.0.2" | ||
}, | ||
"main": "./js/fileinput.js", | ||
"style": "./css/fileinput.css", | ||
"sass": "scss/fileinput.scss", | ||
"peerDependencies": { | ||
"jquery": ">= 1.9.0", | ||
"bootstrap": ">= 3.0.0" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"collective": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/bootstrap-fileinput" | ||
}, | ||
"scripts": { | ||
"postinstall": "opencollective-postinstall || true" | ||
} | ||
"name": "bootstrap-fileinput", | ||
"version": "5.2.6", | ||
"homepage": "https://github.com/kartik-v/bootstrap-fileinput", | ||
"authors": [ | ||
"Kartik Visweswaran <kartikv2@gmail.com>" | ||
], | ||
"description": "An enhanced HTML 5 file input for Bootstrap 5.x, 4.x, and 3.x with file preview, multiple selection, ajax uploads, and more features.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/kartik-v/bootstrap-fileinput.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/kartik-v/bootstrap-fileinput/issues" | ||
}, | ||
"keywords": [ | ||
"file", | ||
"input", | ||
"preview", | ||
"image", | ||
"upload", | ||
"ajax", | ||
"multiple", | ||
"delete", | ||
"progress", | ||
"gallery" | ||
], | ||
"dependencies": { | ||
"bootstrap": ">= 3.4.1", | ||
"jquery": ">= 1.9.0", | ||
"opencollective-postinstall": "^2.0.2" | ||
}, | ||
"main": "./js/fileinput.js", | ||
"style": "./css/fileinput.css", | ||
"sass": "scss/fileinput.scss", | ||
"peerDependencies": { | ||
"jquery": ">= 1.9.0", | ||
"bootstrap": ">= 3.0.0" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"collective": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/bootstrap-fileinput" | ||
}, | ||
"scripts": { | ||
"postinstall": "opencollective-postinstall || true" | ||
} | ||
} |