mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
19 lines
370 B
JSON
19 lines
370 B
JSON
|
{
|
||
|
"name": "enyo/dropzone",
|
||
|
"description": "Handles drag and drop of files for you.",
|
||
|
"homepage": "http://www.dropzonejs.com",
|
||
|
"keywords": [
|
||
|
"dragndrop",
|
||
|
"drag and drop",
|
||
|
"file upload",
|
||
|
"upload"
|
||
|
],
|
||
|
"authors": [{
|
||
|
"name": "Matias Meno",
|
||
|
"email": "m@tias.me",
|
||
|
"homepage": "http://www.matiasmeno.com"
|
||
|
}],
|
||
|
"license": "MIT",
|
||
|
"minimum-stability": "dev"
|
||
|
}
|