From a95c4cb0705393e1784774aed08056d9fb16ea68 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Tue, 26 Aug 2014 00:11:55 +0800 Subject: [PATCH] format package.json of backbone.marionette --- ajax/libs/backbone.marionette/package.json | 64 +++++++++++----------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/ajax/libs/backbone.marionette/package.json b/ajax/libs/backbone.marionette/package.json index b733496b7..adef68dcd 100644 --- a/ajax/libs/backbone.marionette/package.json +++ b/ajax/libs/backbone.marionette/package.json @@ -1,35 +1,35 @@ { - "name": "backbone.marionette", - "filename": "backbone.marionette.min.js", - "version": "2.0.3", - "description": "Make your Backbone.js apps dance with a composite application architecture!", - "homepage": "http://github.com/marionettejs/backbone.marionette", - "keywords": [ - "collections", - "models", - "controllers", - "events", - "popular" - ], - "maintainers": [ - { - "name": "Derick Bailey", - "email": "derickbailey@gmail.com", - "web": "http://derickbailey.lostechies.com/" - } - ], - "repositories": [ - { - "type": "git", - "url": "http://github.com/marionettejs/backbone.marionette" - } - ], - "autoupdate": { - "source": "git", - "target": "https://github.com/marionettejs/backbone.marionette.git", - "basePath": "/lib/", - "files": [ - "*" - ] + "name": "backbone.marionette", + "filename": "backbone.marionette.min.js", + "version": "2.0.3", + "description": "Make your Backbone.js apps dance with a composite application architecture!", + "homepage": "http://github.com/marionettejs/backbone.marionette", + "keywords": [ + "collections", + "models", + "controllers", + "events", + "popular" + ], + "maintainers": [ + { + "name": "Derick Bailey", + "email": "derickbailey@gmail.com", + "web": "http://derickbailey.lostechies.com/" } + ], + "repositories": [ + { + "type": "git", + "url": "http://github.com/marionettejs/backbone.marionette" + } + ], + "autoupdate": { + "source": "git", + "target": "https://github.com/marionettejs/backbone.marionette.git", + "basePath": "/lib/", + "files": [ + "*" + ] + } }