fix indent in skrollr/package.json

This commit is contained in:
Peter Dave Hello
2014-05-11 00:35:02 +08:00
parent 9c4d097feb
commit 44383da2c8
+23 -23
View File
@@ -5,28 +5,28 @@
"description": "Stand-alone parallax scrolling library for mobile (Android + iOS) and desktop. No jQuery. Just plain JavaScript (and some love).",
"homepage": "http://prinzhorn.github.io/skrollr/",
"keywords": [
"skrollr",
"standalone",
"scrolling",
"parallax",
"mobile"
],
"author":
{
"name": "Alexander Prinzhorn",
"email": "alexander@prinzhorn.it",
"web": "http://www.prinzhorn.it/"
},
"repositories": [
{
"type": "git",
"skrollr",
"standalone",
"scrolling",
"parallax",
"mobile"
],
"author":
{
"name": "Alexander Prinzhorn",
"email": "alexander@prinzhorn.it",
"web": "http://www.prinzhorn.it/"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/Prinzhorn/skrollr.git"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Prinzhorn/skrollr/blob/master/LICENSE.txt"
}
]
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Prinzhorn/skrollr/blob/master/LICENSE.txt"
}
]
}