package.json 943 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "qunitjs",
  3. "title": "QUnit",
  4. "description": "An easy-to-use JavaScript Unit Testing framework.",
  5. "version": "1.12.0pre",
  6. "author": {
  7. "name": "jQuery Foundation and other contributors",
  8. "url": "https://github.com/jquery/qunit/blob/master/AUTHORS.txt"
  9. },
  10. "contributors": [
  11. "John Resig <jeresig@gmail.com> (http://ejohn.org/)",
  12. "Jörn Zaefferer <joern.zaefferer@gmail.com> (http://bassistance.de/)"
  13. ],
  14. "homepage": "http://qunitjs.com",
  15. "repository": {
  16. "type": "git",
  17. "url": "git://github.com/jquery/qunit.git"
  18. },
  19. "bugs": {
  20. "url": "https://github.com/jquery/qunit/issues"
  21. },
  22. "license": {
  23. "name": "MIT",
  24. "url": "http://www.opensource.org/licenses/mit-license.php"
  25. },
  26. "keywords": [
  27. "testing",
  28. "unit",
  29. "jquery"
  30. ],
  31. "main": "qunit/qunit.js",
  32. "devDependencies": {
  33. "grunt": "0.3.x",
  34. "grunt-git-authors": "1.0.0",
  35. "testswarm": "1.0.0-alpha"
  36. }
  37. }