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
|
Source: autosize.js
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9), uglifyjs
Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/autosize.js.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/autosize.js.git
Homepage: http://www.jacklmoore.com/autosize
Package: libjs-autosize
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Description: script to automatically adjust textarea height to fit text - NodeJS
Autosize is a small, stand-alone script to automatically adjust textarea
height to fit text. The autosize function accepts a single textarea element,
or an array or array-like object (such as a NodeList or jQuery collection)
of textarea elements.
.
This package contains the Javascript library.
Package: node-autosize
Architecture: all
Depends: ${misc:Depends}, nodejs
Description: script to automatically adjust textarea height to fit text - Javascript
Autosize is a small, stand-alone script to automatically adjust textarea
height to fit text. The autosize function accepts a single textarea element,
or an array or array-like object (such as a NodeList or jQuery collection)
of textarea elements.
.
This package contains the NodeJS module.
|