1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: node-mocha
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Leo Iannacone <l3on@ubuntu.com>, Jérémy Lal <kapouer@melix.org>
Build-Depends:
debhelper (>= 8)
, dh-buildinfo
, nodejs
, coffeescript
, node-should
, node-diff
, node-growl
, node-mkdirp
, node-commander
, node-debug
, node-diff
, node-glob
, uglifyjs
Standards-Version: 3.9.7
Homepage: http://mochajs.org/
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-mocha.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-javascript/node-mocha.git
Package: mocha
Provides: node-mocha
Architecture: all
Suggests: node-jscoverage
Depends:
${misc:Depends}
, libjs-mocha
, nodejs
, node-growl
, node-jade
, node-mkdirp
, node-commander
, node-debug
, node-diff
, node-glob
Description: simple, flexible, fun test framework - Node.js module
Mocha is a feature-rich JavaScript test framework running
on Node.js and browser, making asynchronous testing
simple and fun.
.
Mocha tests run serially, allowing for flexible and accurate
reporting, while mapping uncaught exceptions to the correct
test cases.
.
Node.js is an event-based server-side JavaScript engine.
Package: libjs-mocha
Architecture: all
Recommends: javascript-common
Depends:
${misc:Depends}
Description: simple, flexible, fun test framework - JavaScript library
Mocha is a feature-rich JavaScript test framework running
on Node.js and browser, making asynchronous testing
simple and fun.
.
Mocha tests run serially, allowing for flexible and accurate
reporting, while mapping uncaught exceptions to the correct
test cases.
|