This project is obsolete: node-inspector 0.7 has a built in node-debug
command:
$ npm install -g node-inspector
$ node-debug path/to/your/script.js
Result: a Web Inspector debugger is open in your browser of choice, stopped at the first line of the script.