From 072750e66293e378549c555ab8564fb59adb2cd3 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sun, 22 Aug 2010 20:18:25 -0700 Subject: [PATCH] Add testing items, and make npm lowercase --- doc/api.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/api.markdown b/doc/api.markdown index 6e4b38307a..8c0fd48ba3 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.