diff options
author | Friendika <info@friendika.com> | 2011-09-25 01:59:14 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-25 01:59:14 -0700 |
commit | 4846d114a84b0c7da64501ea89a635d24e403a1d (patch) | |
tree | 565923c7932ef7fffa4e22482fce48ddb9f133e4 /addon/js_upload/file-uploader/tests/qunit/package.json | |
parent | 6a9e22550d82595c4341290ca26e3afc5fe6300f (diff) | |
download | volse-hubzilla-4846d114a84b0c7da64501ea89a635d24e403a1d.tar.gz volse-hubzilla-4846d114a84b0c7da64501ea89a635d24e403a1d.tar.bz2 volse-hubzilla-4846d114a84b0c7da64501ea89a635d24e403a1d.zip |
project fork
Diffstat (limited to 'addon/js_upload/file-uploader/tests/qunit/package.json')
-rw-r--r-- | addon/js_upload/file-uploader/tests/qunit/package.json | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/addon/js_upload/file-uploader/tests/qunit/package.json b/addon/js_upload/file-uploader/tests/qunit/package.json deleted file mode 100644 index b6044c887..000000000 --- a/addon/js_upload/file-uploader/tests/qunit/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "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" -} |