Source: node-sink-test Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Marcelo Jorge Vieira Build-Depends: debhelper (>= 7.0.50~), node-uglify Standards-Version: 3.9.6 Homepage: http://github.com/ded/sink-test Vcs-Browser: http://anonscm.debian.org/cgit/pkg-javascript/node-sink-test.git Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-sink-test.git Package: libjs-sink-test Architecture: all Depends: ${misc:Depends} Description: Asynchronous JavaScript Unit Testing Framework Sink test is used to test JavaScript that is run asynchronously whereby you can specify the number of expectations and Sink will tell you if they each pass successfully or call an optional complete() callback to indicate test completion. . This package contains the JavaScript library. Package: node-sink-test Architecture: all Depends: ${misc:Depends}, libjs-sink-test, nodejs (>= 0.4.0), node-colors (>= 0.5.0) Description: Asynchronous JavaScript Unit Testing Framework Sink test is used to test JavaScript that is run asynchronously whereby you can specify the number of expectations and Sink will tell you if they each pass successfully or call an optional complete() callback to indicate test completion. . This package contains the NodeJS module.