{ "name": "mocha", "homepage": "http://mocha.github.io/mocha", "description": "simple, flexible, fun test framework", "authors": [ "TJ Holowaychuk ", "Joshua Appelman ", "Oleg Gaidarenko ", "Christoffer Hallas ", "Christopher Hiller ", "Travis Jeffery ", "Johnathan Ong ", "Guillermo Rauch " ], "repository": { "type": "git", "url": "git://github.com/mochajs/mocha.git" }, "main": [ "mocha.js", "mocha.css" ], "ignore": [ "bin", "editors", "images", "lib", "support", "test", ".gitignore", ".npmignore", ".travis.yml", "component.json", "index.js", "Makefile", "package.json" ], "keywords": [ "mocha", "test", "bdd", "tdd", "tap" ], "license": "MIT" }