Source: node-coffeetape
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 coffeescript <!nocheck>,
 node-tape <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/0chroma/coffeetape
Vcs-Git: https://salsa.debian.org/js-team/node-coffeetape.git
Vcs-Browser: https://salsa.debian.org/js-team/node-coffeetape

Package: node-coffeetape
Architecture: all
Multi-Arch: foreign
Depends:
 coffeescript,
 node-tape,
 ${misc:Depends},
Description: run tape tests written in coffeescript
 The coffeetape command works exactly the same as the regular tape runner,
 just do coffeetape test/*.coffee to run your tests. You can pipe
 coffeetape into any standard tap reporter as you would expect.
 .
 Node.js is an event-based server-side JavaScript engine.
