mailymaily/package.json

44 lines
1.0 KiB
JSON
Raw Normal View History

2019-04-30 07:43:04 +00:00
{
2020-08-30 12:44:21 +00:00
"name": "@odit/mailymaily",
2020-08-29 14:25:32 +00:00
"description": "A simple way to enhance your mailto links with a convenient user interface.",
2020-10-30 22:15:31 +00:00
"version": "1.0.1",
2020-08-29 14:25:32 +00:00
"license": "MIT",
2020-08-30 12:44:21 +00:00
"main": "./dist/mailymaily.min.js",
2020-08-29 14:25:32 +00:00
"devDependencies": {
"del": "^5.1.0",
2020-08-29 14:25:32 +00:00
"gulp": "^4.0.2",
2020-08-29 14:52:16 +00:00
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
2020-08-29 14:25:32 +00:00
"gulp-htmlmin": "^5.0.1",
"gulp-minify": "^3.1.0",
2020-08-29 14:52:16 +00:00
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
2020-08-29 14:52:16 +00:00
"gulp-sass": "^4.1.0"
2020-08-29 14:25:32 +00:00
},
"scripts": {
"build": "gulp",
"postversion": "git push --follow-tags"
2020-08-29 14:25:32 +00:00
},
"browserslist": {
2020-08-30 12:44:21 +00:00
"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"
],
2020-08-30 12:44:21 +00:00
"bugs": {
"url": "https://gitlab.com/odit.services/mailymaily/issues"
},
"homepage": "https://gitlab.com/odit.services/mailymaily#readme"
2020-08-29 14:25:32 +00:00
}