Dependencies:
  nodejs
  npm
  jasmine-node
    coffee-script*
    jasmine-reporters*

TestUnit:
  It uses jasmine-node in terminal with nodejs. Doesn't need a browser to run javascript

Interactive Shell:
  node

How To Install:
  Install NodeJs and npm: https://gist.github.com/894213
  npm install -g jasmine-node
  
* Install coffee-script and jasmine-reporters before jasmine-node, if you can't install jasmine-node
  npm install -g coffee-script
  npm install -g jasmine-reporters
  
