From 987d1e0d1ba1eaac82b219f27e8686ad1c8b690f Mon Sep 17 00:00:00 2001 From: Kris Immig Date: Fri, 2 Oct 2015 19:18:53 +0200 Subject: [PATCH] Add component.json --- component.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 component.json diff --git a/component.json b/component.json new file mode 100644 index 0000000..5dc941a --- /dev/null +++ b/component.json @@ -0,0 +1,9 @@ +{ + "name": "jquery-kinetic", + "version": "2.1.2", + "repository": "swipestudio/velocity", + "description": "jQuery.kinetic is a simple plugin which adds smooth drag scrolling with gradual deceleration to containers", + "scripts": [ + "jquery.kinetic.js" + ] +}