From 2d022e6c5f66584c5e7101b1a1be6ca92361b931 Mon Sep 17 00:00:00 2001 From: kls602 Date: Mon, 6 Nov 2017 14:08:44 -0500 Subject: [PATCH] Adding package.json so that the repo can be npm installed. --- package.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..1e6523e --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "name": "jquery-menu-aim", + "version": "1.0.0", + "description": "jQuery plugin to fire events when user's cursor aims at particular dropdown menu items. For making responsive mega dropdowns like Amazon's.", + "main": "jquery.menu-aim.js", + "directories": { + "example": "example" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/banesto/jQuery-menu-aim.git" + }, + "keywords": [ + "jquery", + "menu", + "aim" + ], + "author": "Ben Kamens", + "license": "MIT", + "bugs": { + "url": "https://github.com/banesto/jQuery-menu-aim/issues" + }, + "homepage": "https://github.com/banesto/jQuery-menu-aim#readme" +}