You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.0 KiB
43 lines
1.0 KiB
{ |
|
"name": "@odit/mailymaily", |
|
"description": "A simple way to enhance your mailto links with a convenient user interface.", |
|
"version": "1.0.1", |
|
"license": "MIT", |
|
"main": "./dist/mailymaily.min.js", |
|
"devDependencies": { |
|
"del": "^5.1.0", |
|
"gulp": "^4.0.2", |
|
"gulp-autoprefixer": "^7.0.1", |
|
"gulp-clean-css": "^4.3.0", |
|
"gulp-htmlmin": "^5.0.1", |
|
"gulp-minify": "^3.1.0", |
|
"gulp-rename": "^2.0.0", |
|
"gulp-replace": "^1.0.0", |
|
"gulp-sass": "^4.1.0" |
|
}, |
|
"scripts": { |
|
"build": "gulp", |
|
"postversion": "git push --follow-tags" |
|
}, |
|
"browserslist": { |
|
"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", |
|
"files": [ |
|
"**/dist", |
|
"**/src", |
|
"package.json", |
|
"README.md", |
|
"gulpfile.js", |
|
"index.html" |
|
], |
|
"bugs": { |
|
"url": "https://gitlab.com/odit.services/mailymaily/issues" |
|
}, |
|
"homepage": "https://gitlab.com/odit.services/mailymaily#readme" |
|
}
|
|
|