mirror of https://github.com/ColorlibHQ/gentelella
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
385 B
17 lines
385 B
{
|
|
"name": "dropzone",
|
|
"location": "enyo/dropzone",
|
|
"version": "4.3.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/**/*"
|
|
]
|
|
}
|