17 lines
385 B
JSON
17 lines
385 B
JSON
{
|
|
"name": "dropzone",
|
|
"location": "enyo/dropzone",
|
|
"version": "5.5.1",
|
|
"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/**/*"
|
|
]
|
|
}
|