summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/qunit/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-content/plugins/civicrm/civicrm/bower_components/qunit/package.json')
-rw-r--r--www/crm/wp-content/plugins/civicrm/civicrm/bower_components/qunit/package.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/qunit/package.json b/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/qunit/package.json
new file mode 100644
index 00000000..fb6abe2b
--- /dev/null
+++ b/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/qunit/package.json
@@ -0,0 +1,37 @@
+{
+ "name": "qunitjs",
+ "title": "QUnit",
+ "description": "An easy-to-use JavaScript Unit Testing framework.",
+ "version": "1.10.0",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/qunit/blob/master/AUTHORS.txt"
+ },
+ "contributors": [
+ "John Resig <jeresig@gmail.com> (http://ejohn.org/)",
+ "Jörn Zaefferer <joern.zaefferer@gmail.com> (http://bassistance.de/)"
+ ],
+ "homepage": "http://qunitjs.com",
+ "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",
+ "grunt-git-authors": "1.0.0",
+ "testswarm": "0.2.2"
+ }
+}