mailymaily/package.json

68 lines
1.6 KiB
JSON
Raw Normal View History

2019-04-30 07:43:04 +00:00
{
"name": "mailgo",
2020-07-03 10:08:13 +00:00
"version": "0.9.4",
2019-09-18 21:47:44 +00:00
"description": "a different mailto: and another tel:",
2019-04-30 07:43:04 +00:00
"scripts": {
2020-06-17 21:01:27 +00:00
"build": "webpack",
2019-09-13 20:01:56 +00:00
"test": "jest"
2019-04-30 07:43:04 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/manzinello/mailgo.git"
},
"main": "./lib/mailgo.js",
"module": "./lib/mailgo.js",
2020-07-01 12:40:58 +00:00
"types": "./mailgo.d.ts",
2019-04-30 07:43:04 +00:00
"keywords": [
2019-05-24 19:19:23 +00:00
"mailto",
2019-09-18 21:47:44 +00:00
"mail",
"tel",
2019-09-19 11:43:18 +00:00
"callto",
"gmail",
"outlook",
"telegram",
"whatsapp",
"skype"
2019-04-30 07:43:04 +00:00
],
2020-01-24 17:47:49 +00:00
"author": {
"name": "Matteo Manzinello",
"email": "matteo@manzinello.dev",
2020-01-24 17:49:36 +00:00
"url": "https://matteomanzinello.com"
2020-01-24 17:47:49 +00:00
},
2019-05-27 09:41:25 +00:00
"license": "MIT",
2019-04-30 07:43:04 +00:00
"bugs": {
"url": "https://github.com/manzinello/mailgo/issues"
},
2019-05-01 11:55:44 +00:00
"homepage": "https://mailgo.js.org",
2019-04-30 21:31:11 +00:00
"devDependencies": {
2020-07-01 20:45:33 +00:00
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/parser": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
2020-07-01 20:45:33 +00:00
"@babel/types": "^7.10.4",
2020-07-01 12:38:54 +00:00
"babel-loader": "^8.1.0",
2020-06-16 15:12:52 +00:00
"css-loader": "^3.6.0",
"cssnano": "^4.1.10",
2020-06-30 09:14:45 +00:00
"flow-bin": "^0.128.0",
2020-06-24 19:34:34 +00:00
"jest": "^26.1.0",
2020-06-17 21:01:27 +00:00
"mini-css-extract-plugin": "^0.9.0",
2020-05-14 15:10:22 +00:00
"node-sass": "^4.14.1",
2020-07-03 17:00:41 +00:00
"sass-loader": "^9.0.1",
2020-06-18 17:04:16 +00:00
"terser-webpack-plugin": "^3.0.6",
2020-06-16 15:29:04 +00:00
"to-string-loader": "^1.1.6",
2020-06-01 10:15:29 +00:00
"ts-loader": "^7.0.5",
2020-07-01 20:45:33 +00:00
"typescript": "^3.9.6",
"uglifyjs-webpack-plugin": "^2.2.0",
2020-04-24 09:51:03 +00:00
"webpack": "^4.43.0",
2020-06-24 19:34:34 +00:00
"webpack-cli": "^3.3.12"
2019-05-14 14:02:04 +00:00
},
2019-09-13 20:01:56 +00:00
"dependencies": {},
2019-11-08 08:45:07 +00:00
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mailgo"
2020-07-07 10:38:12 +00:00
},
"sideEffects": false
2019-08-01 10:19:26 +00:00
}