Initial commit 2
This commit is contained in:
parent
8c6a83f3be
commit
7c1ac022cb
28 changed files with 8640 additions and 0 deletions
16
js/dropzone-5.7.0/bower.json
Normal file
16
js/dropzone-5.7.0/bower.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "dropzone",
|
||||
"location": "enyo/dropzone",
|
||||
"version": "5.7.0",
|
||||
"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": [
|
||||
"dist/min/dropzone.min.css",
|
||||
"dist/min/dropzone.min.js"
|
||||
],
|
||||
"ignore": [
|
||||
"*",
|
||||
"!dist",
|
||||
"!dist/**/*"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue