Skip to content

Commit 7942b05

Browse files
committed
Build: package.json cleanup
1 parent 5104c79 commit 7942b05

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "API reference documentation for jQuery Mobile.",
55
"version": "1.4.19",
66
"homepage": "https://github.com/jquery/api.jquerymobile.com",
7-
"author": "jQuery Foundation (http://jquery.org/)",
7+
"author": {
8+
"name": "jQuery Foundation and other contributors"
9+
},
810
"repository": {
911
"type": "git",
1012
"url": "git://github.com/jquery/api.jquerymobile.com.git"
@@ -15,19 +17,13 @@
1517
"licenses": [
1618
{
1719
"type": "MIT",
18-
"url": "http://www.opensource.org/licenses/MIT"
20+
"url": "https://github.com/jquery/api.jquerymobile.com/blob/master/LICENSE.txt"
1921
}
2022
],
2123
"dependencies": {
2224
"grunt": "0.4.5",
2325
"grunt-check-modules": "0.2.0",
2426
"grunt-jquery-content": "1.0.0",
2527
"rimraf": "2.2.8"
26-
},
27-
"devDependencies": {},
28-
"keywords": [],
29-
"optionalDependencies": {},
30-
"engines": {
31-
"node": "*"
3228
}
3329
}

0 commit comments

Comments
 (0)