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
|
Source: node-jquery-mousewheel
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
debhelper (>= 11~)
, nodejs
Standards-Version: 4.2.1
Homepage: https://github.com/jquery/jquery-mousewheel
Vcs-Git: https://salsa.debian.org/js-team/node-jquery-mousewheel.git
Vcs-Browser: https://salsa.debian.org/js-team/node-jquery-mousewheel
Package: node-jquery-mousewheel
Architecture: all
Depends:
${misc:Depends}
, nodejs
, libjs-jquery-mousewheel
Description: jQuery plugin to add cross-browser mouse wheel support (Node.js)
In order to use the plugin, simply bind the mousewheel event to an element.
.
It also provides two helper methods called mousewheel and unmousewheel that
act just like other event helper methods in jQuery.
.
Node.js is an event-based server-side JavaScript engine.
Package: libjs-jquery-mousewheel
Architecture: all
Depends:
${misc:Depends}
, javascript-common
Description: jQuery plugin that adds cross-browser mouse wheel support
In order to use the plugin, simply bind the mousewheel event to an element.
.
It also provides two helper methods called mousewheel and unmousewheel that
act just like other event helper methods in jQuery.
.
This package is suitable for direct use in browser environment.
|