mirror of
https://github.com/TBEDP/datavjs.git
synced 2025-12-08 19:45:52 +00:00
33 lines
811 B
JSON
33 lines
811 B
JSON
{
|
|
"name": "qunit",
|
|
"title": "QUnit",
|
|
"description": "An easy-to-use JavaScript Unit Testing framework.",
|
|
"version": "1.5.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"
|
|
}
|
|
}
|