Skip to content

Commit

Permalink
updated jquery manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
ngryman committed Feb 25, 2013
1 parent eb8cd37 commit b073681
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 28 deletions.
39 changes: 39 additions & 0 deletions 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"
]
}
28 changes: 0 additions & 28 deletions jquery.finger.jquery.json

This file was deleted.

0 comments on commit b073681

Please sign in to comment.