]> source.dussan.org Git - jquery-ui.git/commitdiff
Update package.json to contain more information.
authorScott González <scott.gonzalez@gmail.com>
Wed, 4 Jul 2012 13:28:39 +0000 (09:28 -0400)
committerScott González <scott.gonzalez@gmail.com>
Thu, 5 Jul 2012 13:20:42 +0000 (09:20 -0400)
package.json

index 025499228579c4cdcecd295adb5003832abe8f64..ebff55a86c8f4653e498dc01d6189bcd09ff7066 100644 (file)
@@ -3,17 +3,43 @@
   "title": "jQuery UI",
   "description": "Abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets, built on top of the jQuery JavaScript Library, that you can use to build highly interactive web applications.",
   "version": "1.9.0pre",
-  "homepage": "https://github.com/jquery/jquery-ui",
+  "homepage": "http://jqueryui.com",
   "author": {
-    "name": "jQuery Foundation and other contributors"
+    "name": "jQuery Foundation and other contributors",
+    "url": "http://jqueryui.com"
   },
+  "maintainers": [
+    {
+      "name": "Scott González",
+      "email": "scott.gonzalez@gmail.com",
+      "url": "http://scottgonzalez.com"
+    },
+    {
+      "name": "Jörn Zaefferer",
+      "email": "joern.zaefferer@gmail.com",
+      "url": "http://bassistance.de"
+    },
+    {
+      "name": "Richard D. Worth",
+      "email": "rdworth@gmail.com",
+      "url": "http://rdworth.org"
+    },
+    {
+      "name": "Kris Borchers",
+      "email": "kris.borchers@gmail.com",
+      "url": "http://krisborchers.com"
+    },
+    {
+      "name": "Corey Frang",
+      "email": "gnarf37@gmail.com",
+      "url": "http://gnarf.net"
+    }
+  ],
   "repository": {
     "type": "git",
     "url": "git://github.com/jquery/jquery-ui.git"
   },
-  "bugs": {
-    "url": "http://bugs.jqueryui.com/"
-  },
+  "bugs": "http://bugs.jqueryui.com/",
   "licenses": [
     {
       "type": "MIT",