Source: node-hooker
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Matthew Pideil <matthewp_debian@teledetection.fr>
Build-Depends: debhelper (>= 9.0.0),
 node-uglify | yui-compressor
Standards-Version: 3.9.5
Homepage: http://github.com/cowboy/javascript-hooker
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-hooker.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-hooker.git

Package: node-hooker
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, nodejs
Description: Useful debugging library for Node.js
 Node is an event-based server-side JavaScript engine.
 .
 Hooker is a monkey-patch (hook) functions for debugging and stuff.
 .
 Hooker provides 4 functions that include 'hook' and 'unhook', useful
 for debug object call, as well as an 'override' function to
 replace the return of a function.

Package: libjs-hooker
Architecture: all
Depends: ${misc:Depends},
 nodejs
Description: Useful javascript debugging library usable in a browser
 This is the javascript library of hooker Node.js module.
 .
 Hooker is a monkey-patch (hook) functions for debugging and stuff.
 .
 Hooker provides 4 functions that include 'hook' and 'unhook', useful
 for debug an object call, as well as an 'override' function if you
 want to replace the return of a function.
