Update v1.0.6
This commit is contained in:
16
public/filemanager/scripts/dropzone/bower.json
Normal file
16
public/filemanager/scripts/dropzone/bower.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "dropzone",
|
||||
"location": "enyo/dropzone",
|
||||
"version": "3.10.2",
|
||||
"description": "Dropzone is an easy to use drag'n'drop library. It supports image previews and shows nice progress bars.",
|
||||
"homepage": "http://www.dropzonejs.com",
|
||||
"main": [
|
||||
"downloads/css/dropzone.css",
|
||||
"downloads/dropzone.min.js"
|
||||
],
|
||||
"ignore": [
|
||||
"*",
|
||||
"!downloads",
|
||||
"!downloads/**/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user