From 17e991846532f07ba2e6bb17fd350bf7e2a37600 Mon Sep 17 00:00:00 2001 From: Antonio Facciolo Date: Tue, 10 Feb 2026 13:09:38 +0100 Subject: [PATCH] add package.json --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..366eb8b --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "jquery-ellipsis", + "version": "1.0.0", + "description": "Adds a class to the last 'allowed' line of text so you can apply text-overflow: ellipsis", + "main": "jquery.ellipsis.js", + "repository": { + "type": "git", + "url": "http://github.com/jjenzz/jquery.ellipsis" + }, + "author": "J. Smith (@jjenzz)", + "license": "Dual licensed under the MIT and GPL licenses" +}