{ "name": "mailgo", "version": "0.9.0", "description": "a different mailto: and another tel:", "scripts": { "build": "gulp && webpack", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/manzinello/mailgo.git" }, "main": "./mailgo.js", "module": "./mailgo.js", "keywords": [ "mailto", "mail", "tel", "callto", "gmail", "outlook", "telegram", "whatsapp", "skype" ], "author": { "name": "Matteo Manzinello", "email": "matteo@manzinello.dev", "url": "https://matteomanzinello.com" }, "license": "MIT", "bugs": { "url": "https://github.com/manzinello/mailgo/issues" }, "homepage": "https://mailgo.js.org", "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", "@babel/parser": "^7.9.4", "@babel/preset-env": "^7.9.5", "@babel/preset-flow": "^7.9.0", "@babel/types": "^7.9.5", "flow-bin": "^0.123.0", "gulp": "^4.0.2", "gulp-autoprefixer": "^7.0.1", "gulp-babel": "^8.0.0", "gulp-clean-css": "^4.3.0", "gulp-rename": "^2.0.0", "gulp-replace": "^1.0.0", "gulp-sass": "^4.1.0", "gulp-terser": "^1.2.0", "gulp-typescript": "^6.0.0-alpha.1", "gulp-uglify": "^3.0.2", "jest": "^25.4.0", "node-sass": "^4.14.0", "ts-loader": "^7.0.1", "typescript": "^3.8.3", "webpack": "^4.43.0", "webpack-cli": "^3.3.11" }, "dependencies": {}, "browserslist": "cover 99.5%", "funding": { "type": "opencollective", "url": "https://opencollective.com/mailgo" } }