From 8f44e559972c70172a912fc2367d094cfe827099 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Fri, 12 Jul 2019 13:22:29 -0400 Subject: [PATCH] Add package.json --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..c2500bb --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "jquery-autogrowinput", + "version": "1.0.3", + "description": "A lightweight jQuery plugin for making text input fields grow and shrink dynamically while typing.", + "main": "jquery.auto-grow-input.js", + "scripts": { + "test": "echo \"jQuery-autoGrowInput: No tests defined.\"" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/RobLoach/jQuery-autoGrowInput.git" + }, + "keywords": [ + "jquery" + ], + "author": "Pixabay", + "license": "MIT", + "bugs": { + "url": "https://github.com/RobLoach/jQuery-autoGrowInput/issues" + }, + "homepage": "https://github.com/RobLoach/jQuery-autoGrowInput#readme" +}