{
  "name": "qunit",
  "title": "QUnit",
  "description": "An easy-to-use JavaScript Unit Testing framework.",
  "version": "1.6.0pre",
  "author": "The jQuery Project",
  "contributors": [
    "John Resig <jeresig@gmail.com> (http://ejohn.org/)",
    "Jörn Zaefferer <joern.zaefferer@googlemail.com> (http://bassistance.de/)"
  ],
  "homepage": "http://docs.jquery.com/QUnit",
  "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"
  }
}
