Source: node-catty
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ross Gammon <rossgammon@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-nomnom <!nocheck>
 , node-underscore <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-catty
Vcs-Git: https://salsa.debian.org/js-team/node-catty.git
Homepage: https://github.com/mbloch/catty
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-catty
Architecture: all
Depends: ${misc:Depends}
 , node-nomnom
 , node-underscore
 , nodejs
Description: source file concatenator for Mapshaper
 Catty is the source file concatenator for Mapshaper.
 .
 Some features:
  * Each source file lists its dependencies in a formatted comment. There is
  no manifest, unlike some other tools.
  * Concatenated files are (optionally) wrapped in a self-executing function,
  to protect the global namespace.
  * Catty can monitor source files and regenerate output files when a required
  source file changes.
 .
 Node.js is an event-based server-side JavaScript engine.
