From 7ae4b653e26b05ed99257f966e8b1041f87d6810 Mon Sep 17 00:00:00 2001 From: Azin Asili Date: Mon, 17 Apr 2017 15:20:10 -0400 Subject: [PATCH] add package info --- bower.json | 23 +++++++++++++++++++++++ package.json | 24 ++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 bower.json create mode 100644 package.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..40e72b6 --- /dev/null +++ b/bower.json @@ -0,0 +1,23 @@ +{ + "name": "dragit", + "version": "1.0.0", + "description": "Click/tap and drag to scroll content within a container.", + "homepage": "https://github.com/azinasili/dragit", + "authors": "Azin Asili ", + "license": "MIT", + "main": "dragit.js", + "keywords": [ + "dragit", + "drag", + "tap", + "scroll", + "front-end", + "component" + ], + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "bower.json" + ] +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..349ccd8 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "dragit", + "version": "1.0.0", + "description": "Click/tap and drag to scroll content within a container.", + "homepage": "https://github.com/azinasili/dragit", + "author": "Azin Asili ", + "license": "MIT", + "main": "dragit.js", + "keywords": [ + "dragit", + "drag", + "tap", + "scroll", + "front-end", + "component" + ], + "repository": { + "type": "git", + "url": "https://github.com/azinasili/dragit" + }, + "bugs": { + "url": "https://github.com/azinasili/dragit/issues" + } +}