Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
k-lange committed Nov 3, 2015
1 parent 287f770 commit 9a340c3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "jquery-menu-aim",
"version": "1.0.0",
"description": "jQuery plugin to fire events when user's cursor aims at particular dropdown menu items",
"main": "jquery.menu-aim.js",
"repository": {
"type": "git",
"url": "git+https://github.com/k-lange/jQuery-menu-aim.git"
},
"author": "Ben Kamens",
"license": "MIT",
"bugs": {
"url": "https://github.com/k-lange/jQuery-menu-aim/issues"
},
"homepage": "https://github.com/k-lange/jQuery-menu-aim#readme"
}

0 comments on commit 9a340c3

Please sign in to comment.