mailymaily/package.json
Matteo Manzinello 94d85de3ec ncu
2019-12-09 10:26:39 +01:00

59 lines
1.3 KiB
JSON

{
"name": "mailgo",
"version": "0.8.2",
"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": "Matteo Manzinello",
"license": "MIT",
"bugs": {
"url": "https://github.com/manzinello/mailgo/issues"
},
"homepage": "https://mailgo.js.org",
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-flow": "^7.7.4",
"flow-bin": "^0.113.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-terser": "^1.2.0",
"gulp-uglify": "^3.0.2",
"jest": "^24.9.0",
"node-sass": "^4.13.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {},
"browserslist": "cover 99.5%",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mailgo"
}
}