]> git.mxchange.org Git - friendica-addons.git/blobdiff - js_upload/file-uploader/tests/qunit/package.json
addon repository relocated
[friendica-addons.git] / js_upload / file-uploader / tests / qunit / package.json
diff --git a/js_upload/file-uploader/tests/qunit/package.json b/js_upload/file-uploader/tests/qunit/package.json
new file mode 100644 (file)
index 0000000..b6044c8
--- /dev/null
@@ -0,0 +1,21 @@
+{
+       "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"
+}