From 94f48f954ed9c5a29b41e5f882e63a9cbc7e1f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kornel=20Lesin=CC=81ski?= Date: Sat, 22 Aug 2015 15:21:21 +0100 Subject: [PATCH] package.json --- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..2aa3af7 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "slipjs", + "version": "1.2.0", + "description": "UI library for manipulating lists via swipe and drag gestures", + "main": "slip.js", + "repository": { + "type": "git", + "url": "git+https://github.com/pornel/slip.git" + }, + "keywords": [ + "swipe", + "touch", + "interactive", + "drag'n'drop", + "reorder" + ], + "author": "Kornel ", + "license": "BSD-2-Clause", + "bugs": { + "url": "https://github.com/pornel/slip/issues" + }, + "homepage": "https://github.com/pornel/slip#readme" +}