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 32 33 34 35 36 37 38 39 40 41
|
Source: libjs-jquery-colorpicker
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paul Gevers <elbrus@debian.org>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.4.1
Homepage: https://github.com/vanderlee/colorpicker
Vcs-Git: https://salsa.debian.org/js-team/libjs-jquery-colorpicker.git
Vcs-Browser: https://salsa.debian.org/js-team/libjs-jquery-colorpicker
Rules-Requires-Root: no
Package: libjs-jquery-colorpicker
Architecture: all
Multi-Arch: foreign
Pre-Depends: ${misc:Pre-Depends}
Depends:
libjs-jquery (>= 1.7.1),
libjs-jquery-ui (>= 1.12),
${misc:Depends},
${shlibs:Depends}
Description: full-featured colorpicker for jQuery UI
libjs-jquery-colorpicker is jQuery UI plugin than provides support for easy
selection of colors in a jQuery UI based web page.
.
libjs-jquery-colorpicker features:
* jQueryUI (themeroller-based) look & feel
* Familiar interface layout
* Highly configurable
- Control parts
- Layout
- Input/output formats
- Swatches
- Many more
* Accurate color model
* Supports localization
* Smart window alignment
* Complete API with events and methods
* Easily extendable with plugins
* Documented
* Disable/enable
|