From 02676a8810cfe4bab2960241ea781b023f740001 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Wed, 4 Jul 2012 09:28:39 -0400 Subject: [PATCH] Update package.json to contain more information. --- package.json | 36 +++++++++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 025499228..ebff55a86 100644 --- a/package.json +++ b/package.json @@ -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", -- 2.39.5