From 28aa56a34ffd5e03e7204fdf684d8339c0faa503 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Tue, 4 Nov 2014 09:44:13 +0800 Subject: [PATCH] format package.json of nprogress --- ajax/libs/nprogress/package.json | 44 ++++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/ajax/libs/nprogress/package.json b/ajax/libs/nprogress/package.json index f7e8a4ff3..d0bbff5cb 100644 --- a/ajax/libs/nprogress/package.json +++ b/ajax/libs/nprogress/package.json @@ -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" + } + ] }