{ "name": "mocha", "version": "1.17.1", "description": "simple, flexible, fun test framework", "keywords": [ "mocha", "test", "bdd", "tdd", "tap" ], "author": "TJ Holowaychuk ", "repository": { "type": "git", "url": "git://github.com/visionmedia/mocha.git" }, "main": "./index", "bin": { "mocha": "./bin/mocha", "_mocha": "./bin/_mocha" }, "engines": { "node": ">= 0.4.x" }, "scripts": { "test": "make test-all" }, "dependencies": { "commander": "2.0.0", "growl": "1.7.x", "jade": "0.26.3", "diff": "1.0.7", "debug": "*", "mkdirp": "0.3.5", "glob": "3.2.3" }, "devDependencies": { "should": ">= 2.0.x", "coffee-script": "1.2" }, "files": [ "bin", "images", "lib", "index.js", "mocha.css", "mocha.js" ] }