Source: node-clean-css
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper (>= 11~),
               dh-buildinfo,
               node-source-map,
               pkg-js-tools
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/js-team/node-clean-css
Vcs-Git: https://salsa.debian.org/js-team/node-clean-css.git
Homepage: https://github.com/GoalSmashers/clean-css

Package: node-clean-css
Architecture: all
Depends: ${misc:Depends},
         nodejs,
         node-source-map
Description: Node.js module for minifying CSS files
 Clean-css is a Node.js module for minifying CSS files. It does the same job as
 YUI Compressor's CSS minifier, but much faster thanks to many speed
 optimizations and Node.js' V8 engine.
