1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: libjs-dropzone
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, uglifyjs
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/libjs-dropzone
Vcs-Git: https://salsa.debian.org/js-team/libjs-dropzone.git
Homepage: https://github.com/enyo/dropzone
Rules-Requires-Root: no
Package: libjs-dropzone
Architecture: all
Depends: ${misc:Depends}
, javascript-common
Provides: node-dropzone
Description: JavasScript library providing Dropzone
Dropzone.js is a light weight JavaScript library that turns an HTML element
into a dropzone. This means that a user can drag and drop a file onto it, and
the file gets uploaded to the server via AJAX.
.
Main features:
- Image thumbnail previews
- Retina enabled
- Multiple files and synchronous uploads
- Progress updates
- Support for large files
- Complete theming
|