Source: smash
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper-compat (= 12), nodejs (>= 0.12.8), node-queue-async (>= 1.0.0), node-vows (>= 0.7)
Standards-Version: 4.5.0
Homepage: https://github.com/mbostock/smash
Vcs-Git: http://salsa.debian.org/js-team/smash.git
Vcs-Browser: https://salsa.debian.org/js-team/smash

Package: node-smash
Architecture: all
Depends: nodejs (>= 0.12.8), node-optimist (>= 0.3), node-queue-async (>= 1.0.0), ${misc:Depends}
Description: concatenate files together using import statements
 Concatenates one or more input files, outputting a single merged file.
 Any import statements in the input files are expanded in-place to the
 contents of the imported file. If the same file is imported multiple
 times, only the first instance of the file is included.
