Skip to content

Commit 6969f8c

Browse files
committed
Reformat package.json
1 parent dc5962a commit 6969f8c

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

package.json

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
22
"name": "jquery.stellar",
3-
"version": "0.5.0",
43
"title": "Stellar.js",
4+
"version": "0.5.0",
5+
"description": "Parallax scrolling made easy.",
6+
"homepage": "http://markdalgleish.com/projects/stellar.js",
57
"author": {
68
"name": "Mark Dalgleish",
79
"url": "http://markdalgleish.com"
810
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git://github.com/markdalgleish/stellar.js.git"
12-
},
13-
"bugs": {
14-
"url": "https://github.com/markdalgleish/stellar.js/issues"
15-
},
11+
"keywords": [
12+
"parallax",
13+
"scroll",
14+
"effect",
15+
"animation"
16+
],
1617
"licenses": [
1718
{
1819
"type": "MIT",
@@ -22,13 +23,11 @@
2223
"dependencies": {
2324
"jquery": ">=1.4.3"
2425
},
25-
"description": "Parallax scrolling made easy",
26-
"keywords": [
27-
"parallax",
28-
"scroll",
29-
"iOS"
30-
],
31-
"homepage": "http://markdalgleish.com/projects/stellar.js",
26+
"bugs": "https://github.com/markdalgleish/stellar.js/issues",
27+
"repository": {
28+
"type": "git",
29+
"url": "git://github.com/markdalgleish/stellar.js.git"
30+
},
3231
"maintainers": [
3332
{
3433
"name": "Mark Dalgleish",

0 commit comments

Comments
 (0)