bower.json 385 B

12345678910111213141516
  1. {
  2. "name": "dropzone",
  3. "location": "enyo/dropzone",
  4. "version": "4.3.0",
  5. "description": "Dropzone is an easy to use drag'n'drop library. It supports image previews and shows nice progress bars.",
  6. "homepage": "http://www.dropzonejs.com",
  7. "main": [
  8. "dist/min/dropzone.min.css",
  9. "dist/min/dropzone.min.js"
  10. ],
  11. "ignore": [
  12. "*",
  13. "!dist",
  14. "!dist/**/*"
  15. ]
  16. }