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: node-knockout-sortable
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Daniel Ring <dring@wolfishly.me>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, grunt
, node-grunt-cli
, node-grunt-contrib-concat
, node-grunt-contrib-uglify
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-knockout-sortable
Vcs-Git: https://salsa.debian.org/js-team/node-knockout-sortable.git
Homepage: https://github.com/rniemeyer/knockout-sortable
Rules-Requires-Root: no
Package: node-knockout-sortable
Architecture: all
Depends: ${misc:Depends}
, node-knockout
Multi-Arch: foreign
Description: JQuery-UI "sortable" binding for Knockout
Knockout-Sortable is a binding for Knockout.js designed to connect
observableArrays with jQuery UI's sortable functionality. This allows a user
to drag and drop items within a list or between lists and have the
corresponding observableArrays updated appropriately.
.
Node.js is an event-based server-side JavaScript engine.
|