aboutsummaryrefslogtreecommitdiffstats
path: root/addon/js_upload/file-uploader/tests/qunit/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'addon/js_upload/file-uploader/tests/qunit/package.json')
-rw-r--r--addon/js_upload/file-uploader/tests/qunit/package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/addon/js_upload/file-uploader/tests/qunit/package.json b/addon/js_upload/file-uploader/tests/qunit/package.json
new file mode 100644
index 000000000..b6044c887
--- /dev/null
+++ b/addon/js_upload/file-uploader/tests/qunit/package.json
@@ -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"
+}