mirror of
https://github.com/videojs/video.js.git
synced 2024-12-21 01:39:04 +02:00
ef321a8072
Removed demo source code from repository root. Was receiving pull requests for the release files instead of source files. This makes it more clear where to make changes.
28 lines
651 B
JSON
Executable File
28 lines
651 B
JSON
Executable File
{
|
|
"name": "qunit",
|
|
"author": "The jQuery Project",
|
|
"contributors": [
|
|
{
|
|
"name": "John Resig",
|
|
"email": "jeresig@gmail.com",
|
|
"url": "http://ejohn.org/"
|
|
},
|
|
{
|
|
"name": "Jörn Zaefferer",
|
|
"email": "joern.zaefferer@googlemail.com",
|
|
"url": "http://bassistance.de/"
|
|
}],
|
|
"url": "http://docs.jquery.com/QUnit",
|
|
"repositories" : [{
|
|
"type": "git",
|
|
"url": "https://github.com/jquery/qunit.git"
|
|
}],
|
|
"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" ],
|
|
"main": "qunit/qunit.js"
|
|
}
|