{
    "name": "mocha"
  , "version": "1.1.0"
  , "description": "simple, flexible, fun test framework"
  , "keywords": ["test", "bdd", "tdd", "tap"]
  , "author": "TJ Holowaychuk <tj@vision-media.ca>"
  , "repository": { "type": "git", "url": "git://github.com/visionmedia/mocha.git" }
  , "main": "./index"
  , "bin": { "mocha": "./bin/mocha", "_mocha": "./bin/_mocha" }
  , "engines": { "node": ">= 0.4.x < 0.8.0" }
  , "scripts": {
    "test": "make test"
  }
  , "dependencies":{
      "commander": "0.5.x"
    , "growl": "1.5.x"
    , "jade": "0.20.3"
    , "diff": "1.0.2"
    , "debug": "*"
  }
  , "devDependencies": {
      "should": "*"
    , "coffee-script": "1.2"
  }
}
