diff --git a/doc/api.markdown b/doc/api.markdown index 6e4b38307a3..8c0fd48ba33 100644 --- a/doc/api.markdown +++ b/doc/api.markdown @@ -3297,7 +3297,7 @@ quickly find what are considered to be quality modules. It is not intended to be a complete list. There may be better more complete modules found elsewhere. -- Module Installer: [NPM](http://github.com/isaacs/npm) +- Module Installer: [npm](http://github.com/isaacs/npm) - HTTP Middleware: [Connect](http://github.com/senchalabs/connect) @@ -3325,4 +3325,8 @@ elsewhere. - [ncurses](http://github.com/mscdex/node-ncurses) +- Testing/TDD/BDD: [vows](http://vowsjs.org/), + [expresso](http://github.com/visionmedia/expresso), + [mjsunit.runner](http://github.com/tmpvar/mjsunit.runner) + Patches to this list are welcome.