odit package scope

This commit is contained in:
Philipp Dormann 2020-08-30 14:44:21 +02:00
parent 19528778a9
commit 928503eb65
1 changed files with 14 additions and 5 deletions

View File

@ -1,8 +1,9 @@
{ {
"name": "mailymaily", "name": "@odit/mailymaily",
"description": "A simple way to enhance your mailto links with a convenient user interface.", "description": "A simple way to enhance your mailto links with a convenient user interface.",
"version": "1.0.0", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"main": "./dist/mailymaily.min.js",
"devDependencies": { "devDependencies": {
"del": "^5.1.0", "del": "^5.1.0",
"gulp": "^4.0.2", "gulp": "^4.0.2",
@ -18,8 +19,16 @@
"build": "gulp" "build": "gulp"
}, },
"browserslist": { "browserslist": {
"browsers": [ "browsers": [ "last 2 versions" ]
"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"
} }