Skip to content

Commit 6aa2fd8

Browse files
committed
Use tabs for package.json.
1 parent ebc8210 commit 6aa2fd8

File tree

1 file changed

+64
-64
lines changed

1 file changed

+64
-64
lines changed

package.json

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
11
{
2-
"name": "jquery-ui",
3-
"title": "jQuery UI",
4-
"description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
5-
"version": "1.9.0pre",
6-
"homepage": "http://jqueryui.com",
7-
"author": {
8-
"name": "jQuery Foundation and other contributors",
9-
"url": "http://jqueryui.com"
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 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-
],
38-
"repository": {
39-
"type": "git",
40-
"url": "git://github.com/jquery/jquery-ui.git"
41-
},
42-
"bugs": "http://bugs.jqueryui.com/",
43-
"licenses": [
44-
{
45-
"type": "MIT",
46-
"url": "http://www.opensource.org/licenses/MIT"
47-
},
48-
{
49-
"type": "GPL",
50-
"url": "http://www.opensource.org/licenses/GPL-2.0"
51-
}
52-
],
53-
"dependencies": {},
54-
"devDependencies": {
55-
"grunt": "~0.3.9",
56-
"grunt-css": "0.2.0",
57-
"grunt-compare-size": "0.1.4",
58-
"grunt-html": "0.1.1",
59-
"grunt-junit": "0.1.4",
60-
"grunt-git-authors": "1.0.0",
61-
"request": "2.9.153",
62-
"rimraf": "2.0.1",
63-
"testswarm": "0.2.3"
64-
},
65-
"keywords": []
2+
"name": "jquery-ui",
3+
"title": "jQuery UI",
4+
"description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
5+
"version": "1.9.0pre",
6+
"homepage": "http://jqueryui.com",
7+
"author": {
8+
"name": "jQuery Foundation and other contributors",
9+
"url": "http://jqueryui.com"
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 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+
],
38+
"repository": {
39+
"type": "git",
40+
"url": "git://github.com/jquery/jquery-ui.git"
41+
},
42+
"bugs": "http://bugs.jqueryui.com/",
43+
"licenses": [
44+
{
45+
"type": "MIT",
46+
"url": "http://www.opensource.org/licenses/MIT"
47+
},
48+
{
49+
"type": "GPL",
50+
"url": "http://www.opensource.org/licenses/GPL-2.0"
51+
}
52+
],
53+
"dependencies": {},
54+
"devDependencies": {
55+
"grunt": "~0.3.9",
56+
"grunt-css": "0.2.0",
57+
"grunt-compare-size": "0.1.4",
58+
"grunt-html": "0.1.1",
59+
"grunt-junit": "0.1.4",
60+
"grunt-git-authors": "1.0.0",
61+
"request": "2.9.153",
62+
"rimraf": "2.0.1",
63+
"testswarm": "0.2.3"
64+
},
65+
"keywords": []
6666
}

0 commit comments

Comments
 (0)