diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-07-04 09:28:39 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-07-05 09:20:42 -0400 |
commit | 02676a8810cfe4bab2960241ea781b023f740001 (patch) | |
tree | e5edc2443673ecf5db94117e2a5b9fccd59249f6 | |
parent | a4534bb993887236849adff9da2f43a51fc3df1f (diff) | |
download | jquery-ui-02676a8810cfe4bab2960241ea781b023f740001.tar.gz jquery-ui-02676a8810cfe4bab2960241ea781b023f740001.zip |
Update package.json to contain more information.
-rw-r--r-- | package.json | 36 |
1 files 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", |