-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
48 lines (48 loc) · 996 Bytes
/
bower.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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "dm-file-uploader",
"description": "A very lightweight and configurable jQuery Plugin for file uploading using ajax(async); includes support for queues, progress tracking and drag and drop.",
"main": "src/jquery.dmuploader.js",
"authors": [
{
"name": "Daniel Morales",
"email": "daniel85mg@gmail.com",
"homepage": "https://danielmg.org"
}
],
"repository": {
"type": "git",
"url": "git://github.com/danielm/uploader.git"
},
"license": "MIT",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"javascript",
"jquery",
"lightweight",
"upload",
"ajax",
"forms",
"file",
"widget",
"multiple",
"dnd",
"drag",
"drop",
"progress",
"form",
"queue",
"lightweight"
],
"dependencies": {
"jquery": ">=1.7.0"
},
"homepage": "https://github.com/danielm/uploader",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}