|
3 | 3 | "title": "jQuery UI",
|
4 | 4 | "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.",
|
5 | 5 | "version": "1.9.0pre",
|
6 |
| - "homepage": "https://github.com/jquery/jquery-ui", |
| 6 | + "homepage": "http://jqueryui.com", |
7 | 7 | "author": {
|
8 |
| - "name": "jQuery Foundation and other contributors" |
| 8 | + "name": "jQuery Foundation and other contributors", |
| 9 | + "url": "http://jqueryui.com" |
9 | 10 | },
|
| 11 | + "maintainers": [ |
| 12 | + { |
| 13 | + "name": "Scott González", |
| 14 | + "email": "scott.gonzalez@gmail.com", |
| 15 | + "url": "http://scottgonzalez.com" |
| 16 | + }, |
| 17 | + { |
| 18 | + "name": "Jörn Zaefferer", |
| 19 | + "email": "joern.zaefferer@gmail.com", |
| 20 | + "url": "http://bassistance.de" |
| 21 | + }, |
| 22 | + { |
| 23 | + "name": "Richard Worth", |
| 24 | + "email": "rdworth@gmail.com", |
| 25 | + "url": "http://rdworth.org" |
| 26 | + }, |
| 27 | + { |
| 28 | + "name": "Kris Borchers", |
| 29 | + "email": "kris.borchers@gmail.com", |
| 30 | + "url": "http://krisborchers.com" |
| 31 | + }, |
| 32 | + { |
| 33 | + "name": "Corey Frang", |
| 34 | + "email": "gnarf@gnarf.net", |
| 35 | + "url": "http://gnarf.net" |
| 36 | + } |
| 37 | + ], |
10 | 38 | "repository": {
|
11 | 39 | "type": "git",
|
12 | 40 | "url": "git://github.com/jquery/jquery-ui.git"
|
13 | 41 | },
|
14 |
| - "bugs": { |
15 |
| - "url": "http://bugs.jqueryui.com/" |
16 |
| - }, |
| 42 | + "bugs": "http://bugs.jqueryui.com/", |
17 | 43 | "licenses": [
|
18 | 44 | {
|
19 | 45 | "type": "MIT",
|
|
0 commit comments