Source: vows
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs,
 devscripts,
 debhelper,
 dh-buildinfo,
 nodejs (>= 0.6.19~dfsg1-3~),
 node-eyes,
 node-diff (>= 1.0.3),
 patch,
 node-request
Standards-Version: 3.9.4
Homepage: http://vowsjs.org/
Vcs-Git: git://anonscm.debian.org/git/collab-maint/vows
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/vows.git

Package: node-vows
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends}
Recommends: ${cdbs:Recommends}
Description: asynchronous BDD & continuous integration for Node
 Node is an event-based server-side JavaScript engine.
 .
 Vows is a behavior driven development (BDD) framework for Node.
 .
 Vows was built from the ground up to test asynchronous code.  It
 executes your tests in parallel when it makes sense, and sequentially
 when there are dependencies.
 .
 Emphasis was put on speed of execution, clarity and user experience.
 .
 This package contains the vows library for Node, and the script vows
 for running tests from the commandline.
