format package.json of nprogress

This commit is contained in:
Peter Dave Hello
2014-11-04 09:44:13 +08:00
parent 18de26e2a7
commit 28aa56a34f
+22 -22
View File
@@ -1,24 +1,24 @@
{
"name": "nprogress",
"filename": "nprogress.min.js",
"version": "0.1.3",
"description": "Slim progress bars for Ajax'y applications. Inspired by Google, YouTube, and Medium.",
"homepage": "http://ricostacruz.com/nprogress/",
"keywords": [
"progress",
"load",
"ajax"
],
"maintainers": [
{
"name": "Rico Sta. Cruz",
"web": "http://ricostacruz.com/"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/rstacruz/nprogress.git"
}
]
"name": "nprogress",
"filename": "nprogress.min.js",
"version": "0.1.3",
"description": "Slim progress bars for Ajax'y applications. Inspired by Google, YouTube, and Medium.",
"homepage": "http://ricostacruz.com/nprogress/",
"keywords": [
"progress",
"load",
"ajax"
],
"maintainers": [
{
"name": "Rico Sta. Cruz",
"web": "http://ricostacruz.com/"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/rstacruz/nprogress.git"
}
]
}