mailymaily/package.json

62 lines
1.4 KiB
JSON

{
"name": "mailgo",
"version": "0.9.14",
"description": "a new concept of mailto and tel links",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manzinello/mailgo.git"
},
"main": "./lib/mailgo.js",
"module": "./lib/mailgo.js",
"types": "./mailgo.d.ts",
"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.dev",
"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": {},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mailgo"
},
"sideEffects": false
}