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 42 43 44 45 46 47 48
|
Source: flot
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Marcelo Jorge Vieira <metal@debian.org>
Build-Depends: debhelper-compat (= 13)
, gulp
, libjs-jquery-event-drag
, libjs-jquery-mousewheel
, libjs-jquery-resize
, node-gulp-babel
, node-gulp-concat
, node-gulp-sourcemaps
, uglifyjs
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://www.flotcharts.org/
Vcs-Browser: https://salsa.debian.org/js-team/flot
Vcs-Git: https://salsa.debian.org/js-team/flot.git
Package: libjs-jquery-flot
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
, libjs-jquery
Recommends: javascript-common
, libjs-excanvas
Suggests: libjs-jquery-flot-docs
Description: plotting library for jQuery
Flot is a pure JavaScript plotting library for jQuery.
It produces graphical plots of arbitrary datasets
on-the-fly client-side. The focus is on simple usage (all
settings are optional), attractive looks and interactive
features like zooming and mouse tracking.
Package: libjs-jquery-flot-docs
Depends: ${misc:Depends}
, libjs-jquery-flot
, libjs-jquery-ui
Section: javascript
Architecture: all
Multi-Arch: foreign
Description: Documentation for Flot
Flot is a pure JavaScript plotting library for jQuery.
It produces graphical plots of arbitrary datasets
on-the-fly client-side. The focus is on simple usage (all
settings are optional), attractive looks and interactive
features like zooming and mouse tracking.
|