From b073681df6a9ca67afb5e81c2d8402454d0c7084 Mon Sep 17 00:00:00 2001 From: Nicolas Gryman Date: Mon, 25 Feb 2013 16:32:00 -0500 Subject: [PATCH] updated jquery manifest. --- finger.jquery.json | 39 +++++++++++++++++++++++++++++++++++++++ jquery.finger.jquery.json | 28 ---------------------------- 2 files changed, 39 insertions(+), 28 deletions(-) create mode 100644 finger.jquery.json delete mode 100644 jquery.finger.jquery.json diff --git a/finger.jquery.json b/finger.jquery.json new file mode 100644 index 0000000..16e683d --- /dev/null +++ b/finger.jquery.json @@ -0,0 +1,39 @@ +{ + "name": "finger", + "title": "jQuery Finger", + "description": "jQuery touch gestures, fingers in the nose.", + "version": "0.1.0", + "homepage": "https://github.com/ngryman/jquery.finger", + "bugs": "https://github.com/ngryman/jquery.finger/issues", + "author": { + "name": "Nicolas Gryman", + "email": "ngryman@gmail.com", + "url": "http://ngryman.sh" + }, + "repository": { + "type": "git", + "url": "git://github.com/ngryman/jquery.finger.git" + }, + "bugs": { + "url": "https://github.com/ngryman/jquery.finger/issues" + }, + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/ngryman/jquery.finger/blob/master/LICENSE-MIT" + } + ], + "dependencies": { + "jquery": "*" + }, + "keywords": [ + "tap", + "doubletap", + "swipe", + "flick", + "drag", + "gestures", + "touch", + "mobile" + ] +} \ No newline at end of file diff --git a/jquery.finger.jquery.json b/jquery.finger.jquery.json deleted file mode 100644 index 078c3e9..0000000 --- a/jquery.finger.jquery.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "jquery.finger", - "title": "jQuery Finger", - "description": "jQuery touch gestures, fingers in the nose.", - "version": "0.1.0", - "homepage": "https://github.com/ngryman/jquery.finger", - "author": { - "name": "ngryman", - "email": "ngryman@gmail.com" - }, - "repository": { - "type": "git", - "url": "git://github.com/ngryman/jquery.finger.git" - }, - "bugs": { - "url": "https://github.com/ngryman/jquery.finger/issues" - }, - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/ngryman/jquery.finger/blob/master/LICENSE-MIT" - } - ], - "dependencies": { - "jquery": "*" - }, - "keywords": [] -} \ No newline at end of file