From 5f2db7ca248bc0d06d4104f760126bf19106b866 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Wed, 27 Aug 2014 00:22:42 +0800 Subject: [PATCH] format package.json of gsap --- ajax/libs/gsap/package.json | 61 ++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 31 deletions(-) diff --git a/ajax/libs/gsap/package.json b/ajax/libs/gsap/package.json index de5852522..a1b4a5a76 100644 --- a/ajax/libs/gsap/package.json +++ b/ajax/libs/gsap/package.json @@ -5,35 +5,34 @@ "description": "GreenSock Animation Platform (GSAP) is a suite of tools for scripted animation, including TweenLite, TweenMax, TimelineLite, TimelineMax, various easing equations (EasePack), plugins for things like animating along Bezier paths, tweening RaphaelJS objects, etc. and it also includes a jQuery plugin that hijacks the native jQuery.animate() method so that animations perform much better and additional properties can be tweened, like colors, transforms (2D and 3D), boxShadow, borderRadius, clip, and lots more. GSAP has no dependencies on jQuery and it can animate ANY numeric property of ANY object.", "homepage": "http://www.greensock.com/gsap-js/", "keywords": [ - "animation", - "TweenLite", - "TweenMax", - "TimelineLite", - "TimelineMax", - "GSAP", - "GreenSock", - "easing", - "EasePack", - "jQuery", - "jquery.gsap.js", - "Bezier", - "3D", - "2D", - "transform", - "tweening" - ], - "maintainers": [ - { - "name": "Jack Doyle", - "email": "jack@greensock.com", - "web": "http://www.greensock.com" - } - ], - "repositories": [ - { - "type": "git", - "url": "https://github.com/greensock/GreenSock-JS" - } - ] - + "animation", + "TweenLite", + "TweenMax", + "TimelineLite", + "TimelineMax", + "GSAP", + "GreenSock", + "easing", + "EasePack", + "jQuery", + "jquery.gsap.js", + "Bezier", + "3D", + "2D", + "transform", + "tweening" + ], + "maintainers": [ + { + "name": "Jack Doyle", + "email": "jack@greensock.com", + "web": "http://www.greensock.com" + } + ], + "repositories": [ + { + "type": "git", + "url": "https://github.com/greensock/GreenSock-JS" + } + ] }