From 0a93e9df4bcef557d4bfad6b022c4ddf208311c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D0=BC=D0=B8=D1=80=20=D0=AE?= =?UTF-8?q?=D1=88=D0=BA=D0=BE=D0=B2?= Date: Wed, 28 Dec 2022 13:49:00 +0300 Subject: [PATCH] Added package.json --- package.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9febf00..f39a15c 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,15 @@ { - "name": "jQuery-Plugins", - "version": "1.0.0" + "name": "@regru/jquery-plugins", + "version": "1.0.0", + "description": "Plugins I have developed for jQuery", + "repository": { + "type": "git", + "url": "git+https://github.com/regru/jQuery-Plugins.git" + }, + "author": "SamWM", + "license": "MIT", + "bugs": { + "url": "https://github.com/regru/jQuery-Plugins/issues" + }, + "homepage": "https://github.com/regru/jQuery-Plugins#readme" }