Now based on mailtoui
This commit is contained in:
91
package.json
91
package.json
@@ -1,32 +1,61 @@
|
||||
{
|
||||
"name": "mailgo",
|
||||
"version": "0.9.14",
|
||||
"description": "a new concept of mailto and tel links",
|
||||
"scripts": {
|
||||
"build": "webpack"
|
||||
},
|
||||
"main": "./lib/mailgo.js",
|
||||
"module": "./lib/mailgo.js",
|
||||
"types": "./mailgo.d.ts",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.10.5",
|
||||
"@babel/core": "^7.11.1",
|
||||
"@babel/parser": "^7.11.3",
|
||||
"@babel/preset-env": "^7.11.0",
|
||||
"@babel/preset-typescript": "^7.10.4",
|
||||
"@babel/types": "^7.11.0",
|
||||
"@types/node": "^14.0.27",
|
||||
"babel-loader": "^8.1.0",
|
||||
"css-loader": "^4.2.1",
|
||||
"node-sass": "^4.14.1",
|
||||
"sass-loader": "^9.0.3",
|
||||
"style-loader": "^1.2.1",
|
||||
"to-string-loader": "^1.1.6",
|
||||
"ts-loader": "^8.0.2",
|
||||
"typescript": "^3.9.7",
|
||||
"webpack": "^4.44.1",
|
||||
"webpack-cli": "^3.3.12"
|
||||
},
|
||||
"dependencies": {},
|
||||
"sideEffects": false
|
||||
}
|
||||
"name": "mailtoui",
|
||||
"description": "A simple way to enhance your mailto links with a convenient user interface.",
|
||||
"version": "1.0.3",
|
||||
"homepage": "https://mailtoui.com",
|
||||
"author": {
|
||||
"name": "Mario Rodriguez",
|
||||
"url": "https://twitter.com/mariordev"
|
||||
},
|
||||
"keywords": [
|
||||
"mailtoui",
|
||||
"mailto",
|
||||
"ui",
|
||||
"mail",
|
||||
"email",
|
||||
"interface",
|
||||
"user interface"
|
||||
],
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/mariordev/mailtoui.git",
|
||||
"bugs": "https://github.com/mariordev/mailtoui/issues",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.5.5",
|
||||
"@babel/plugin-transform-regenerator": "^7.4.5",
|
||||
"@babel/preset-env": "^7.5.5",
|
||||
"acorn": "^6.3.0",
|
||||
"babelify": "^10.0.0",
|
||||
"browserify": "^16.5.0",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-prettier": "^3.6.0",
|
||||
"eslint-plugin-prettier": "^3.1.0",
|
||||
"fs-extra": "^7.0.1",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-autoprefixer": "^6.1.0",
|
||||
"gulp-clean-css": "^4.2.0",
|
||||
"gulp-csslint": "^1.0.1",
|
||||
"gulp-eslint": "^5.0.0",
|
||||
"gulp-header": "^2.0.9",
|
||||
"gulp-htmlmin": "^5.0.1",
|
||||
"gulp-minify": "^3.1.0",
|
||||
"gulp-rename": "^1.4.0",
|
||||
"gulp-sass": "^4.0.2",
|
||||
"gulp-util": "^3.0.8",
|
||||
"gulp-watch": "^5.0.1",
|
||||
"node-sass": "^4.12.0",
|
||||
"prettier": "1.15.3",
|
||||
"shell-quote": "^1.7.2",
|
||||
"tar": "^4.4.10",
|
||||
"vinyl-buffer": "^1.0.1",
|
||||
"vinyl-source-stream": "^2.0.0",
|
||||
"vue": "^2.6.10"
|
||||
},
|
||||
"dependencies": {},
|
||||
"files": [
|
||||
"dist/*"
|
||||
],
|
||||
"jsdelivr": "dist/mailtoui-min.js",
|
||||
"scripts": {
|
||||
"lint": "eslint ./src/js/mailtoui.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user