diff --git a/bower.json b/bower.json deleted file mode 100644 index 754ffc4..0000000 --- a/bower.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "jquery.easing", - "main": "jquery.easing.js", - "version": "1.4.1", - "homepage": "https://github.com/gdsmith/jquery.easing", - "authors": [ - "George McGinley Smith " - ], - "description": "A jQuery plugin from GSGD to give advanced easing options", - "keywords": [ - "easing", - "ease", - "tween", - "keyframe", - "timeline", - "animation", - "jquery-plugin", - "ecosystem:jquery" - ], - "dependencies": { - "jquery": ">= 1.3.0" - }, - "license": "BSD-3-Clause", - "ignore": [ - "**/.*", - "example" - ] -}