From 002e4601eb11803736e2e22e6839407231b3e107 Mon Sep 17 00:00:00 2001 From: fwon Date: Thu, 27 Aug 2015 15:36:03 +0800 Subject: [PATCH] [UPD]add component.json --- component.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 component.json diff --git a/component.json b/component.json new file mode 100644 index 00000000..7bab0048 --- /dev/null +++ b/component.json @@ -0,0 +1,11 @@ +{ + "name": "iscroll", + "description": "Smooth scrolling for the web", + "version": "5.1.3", + "repo": "cubiq/iscroll", + "main": "build/iscroll.js", + "scripts": [ + "build/iscroll.js" + ], + "license": "MIT" +}