Skip to content

Commit 02676a8

Browse files
committed
Update package.json to contain more information.
1 parent a4534bb commit 02676a8

File tree

1 file changed

+31
-5
lines changed

1 file changed

+31
-5
lines changed

package.json

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,43 @@
33
"title": "jQuery UI",
44
"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.",
55
"version": "1.9.0pre",
6-
"homepage": "https://github.com/jquery/jquery-ui",
6+
"homepage": "http://jqueryui.com",
77
"author": {
8-
"name": "jQuery Foundation and other contributors"
8+
"name": "jQuery Foundation and other contributors",
9+
"url": "http://jqueryui.com"
910
},
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 D. 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": "gnarf37@gmail.com",
35+
"url": "http://gnarf.net"
36+
}
37+
],
1038
"repository": {
1139
"type": "git",
1240
"url": "git://github.com/jquery/jquery-ui.git"
1341
},
14-
"bugs": {
15-
"url": "http://bugs.jqueryui.com/"
16-
},
42+
"bugs": "http://bugs.jqueryui.com/",
1743
"licenses": [
1844
{
1945
"type": "MIT",

0 commit comments

Comments
 (0)