File: control

package info (click to toggle)
libjs-dropzone 5.5.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 380 kB
  • sloc: makefile: 9; sh: 3
file content (29 lines) | stat: -rw-r--r-- 1,005 bytes parent folder | download
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
Source: libjs-dropzone
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper (>= 11),
               uglifyjs
Standards-Version: 4.2.1
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

Package: libjs-dropzone
Architecture: all
Depends: javascript-common,
         ${misc:Depends}
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