Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Added qunit to the catalog.
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Sep 30, 2009
1 parent 10a60b1 commit b92651b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
28 changes: 28 additions & 0 deletions catalog.json
Expand Up @@ -599,6 +599,34 @@
"githubName": "json-rpc",
"type": "zip",
"location": "http://github.com/tlrobinson/json-rpc/zipball/master"
},
"qunit": {
"name": "qunit",
"author": {
"name": "John Resig",
"email": "jeresig@gmail.com",
"url": "http://ejohn.org/"
},
"maintainer": {
"name": "Jörn Zaefferer",
"email": "joern.zaefferer@googlemail.com",
"url": "http://bassistance.de/"
},
"url": "http://docs.jquery.com/QUnit",
"license": {
"name": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
"description": "An easy-to-use JavaScript Unit Testing framework.",
"keywords": [
"testing",
"unit",
"jquery"
],
"lib": "qunit",
"githubName": "qunit",
"type": "zip",
"location": "http://github.com/jquery/qunit/zipball/master"
}
}
}
4 changes: 4 additions & 0 deletions sources.json
Expand Up @@ -143,6 +143,10 @@
"json-rpc": {
"type": "github",
"user": "tlrobinson"
},
"qunit": {
"type": "github",
"user": "jquery"
}
}
}

0 comments on commit b92651b

Please sign in to comment.