mailymaily/package.json
Matteo Manzinello b053c801d7 removed csso
2019-10-23 11:55:04 +02:00

62 lines
1.4 KiB
JSON

{
"name": "mailgo",
"version": "0.7.7",
"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",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/preset-flow": "^7.0.0",
"flow-bin": "^0.110.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-rename": "^1.4.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.12.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
},
"dependencies": {},
"browserslist": "cover 99.5%",
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/mailgo"
}
}