diff --git a/ajax/libs/jquery-smoove/package.json b/ajax/libs/jquery-smoove/package.json new file mode 100644 index 000000000..b064da6aa --- /dev/null +++ b/ajax/libs/jquery-smoove/package.json @@ -0,0 +1,25 @@ +{ + "name": "jquery-smoove", + "filename": "jquery.smoove.min.js", + "version": "0.2.6", + "description": "A simple jQuery plugin for super sexy scrolling effects using CSS3 transitions and transforms.", + "homepage": "http://smoove.donlabs.com", + "keywords": [ + "jquery", + "scroll", + "css", + "animation" + ], + "maintainers": [ + { + "name": "Adam Bouqdib", + "web": "http://abemedia.co.uk" + } + ], + "repositories": [ + { + "type": "git", + "url": "https://github.com/abeMedia/jquery-smoove" + } + ] +}