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
|
Source: node-husl
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ross Gammon <rosco2@ubuntu.com>
Build-Depends: debhelper (>= 9),
dh-buildinfo,
nodejs,
mocha,
coffeescript,
node-underscore
Standards-Version: 3.9.8
Homepage: http://www.husl-colors.org
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-husl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-husl.git
Package: node-husl
Architecture: all
Depends: ${misc:Depends},
nodejs
Description: Human-friendly HSL - NodeJS
HUSL is implemented as a set of functions to convert colors between RGB,
HUSL and HUSLp.
.
Node.js is an event-based server-side JavaScript engine.
Package: libjs-husl
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Description: Human-friendly HSL - Javascript
HUSL is implemented as a set of functions to convert colors between RGB,
HUSL and HUSLp.
.
This package contains the browser-side Javascript.
|