{ "name": "qunitjs", "title": "QUnit", "description": "An easy-to-use JavaScript Unit Testing framework.", "version": "1.12.0pre", "author": { "name": "jQuery Foundation and other contributors", "url": "https://github.com/jquery/qunit/blob/master/AUTHORS.txt" }, "contributors": [ "John Resig (http://ejohn.org/)", "Jörn Zaefferer (http://bassistance.de/)" ], "homepage": "http://qunitjs.com", "repository": { "type": "git", "url": "git://github.com/jquery/qunit.git" }, "bugs": { "url": "https://github.com/jquery/qunit/issues" }, "license": { "name": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" }, "keywords": [ "testing", "unit", "jquery" ], "main": "qunit/qunit.js", "devDependencies": { "grunt": "0.3.x", "grunt-git-authors": "1.0.0", "testswarm": "1.0.0-alpha" } }