forked from kartik-v/bootstrap-fileinput
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·36 lines (36 loc) · 944 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "kartik-v/bootstrap-fileinput",
"description": "An enhanced HTML 5 file input for Bootstrap 3.x with features for file preview for many file types, multiple selection, ajax uploads, and more.",
"keywords": [
"bootstrap",
"jquery",
"file",
"input",
"preview",
"upload",
"image",
"multiple",
"ajax",
"delete",
"progress"
],
"homepage": "https://github.com/kartik-v/bootstrap-fileinput",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Kartik Visweswaran",
"email": "[email protected]",
"homepage": "http://www.krajee.com/"
}
],
"autoload": {
"psr-4": {
"kartik\\plugins\\fileinput\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "5.2.x-dev"
}
}
}