diff --git a/package.json b/package.json index 96bc26c..1cad44f 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { - "name": "mailymaily", + "name": "@odit/mailymaily", "description": "A simple way to enhance your mailto links with a convenient user interface.", "version": "1.0.0", "license": "MIT", + "main": "./dist/mailymaily.min.js", "devDependencies": { "del": "^5.1.0", "gulp": "^4.0.2", @@ -18,8 +19,16 @@ "build": "gulp" }, "browserslist": { - "browsers": [ - "last 2 versions" - ] - } + "browsers": [ "last 2 versions" ] + }, + "repository": { + "type": "git", + "url": "git+https://gitlab.com/odit.services/mailymaily.git" + }, + "keywords": [ "odit", "odit.services", "html", "js", "mailto", "custom-mail" ], + "author": "ODIT.Services", + "bugs": { + "url": "https://gitlab.com/odit.services/mailymaily/issues" + }, + "homepage": "https://gitlab.com/odit.services/mailymaily#readme" }