-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathdroparea.jquery.json
More file actions
39 lines (39 loc) · 833 Bytes
/
droparea.jquery.json
File metadata and controls
39 lines (39 loc) · 833 Bytes
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
{
"name": "droparea",
"title": "jQuery droparea",
"description": "jQuery plugin for HTML5 drag-and-drop (images and files).",
"keywords": [
"droparea",
"drag",
"drop",
"image",
"file",
"upload"
],
"version": "1.1.1",
"author": {
"name": "goker.cebeci"
},
"maintainers": [
{
"name": "Goker Cebeci",
"url": "http://gokercebeci.com"
},
{
"name": "Artem Shoobovych"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gokercebeci/droparea/LICENSE"
}
],
"bugs": "https://github.com/gokercebeci/droparea/issues",
"homepage": "http://gokercebeci.com/dev/droparea",
"docs": "https://github.com/gokercebeci/droparea",
"download": "http://gokercebeci.com/dev/droparea",
"dependencies": {
"jquery": ">=1.5"
}
}