forked from manzinello/mailgo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.5 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "mailgo",
"version": "0.9.10",
"description": "a new concept of mailto and tel links",
"scripts": {
"build": "webpack",
"test": "jest"
},
"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.10.5",
"@babel/parser": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@babel/types": "^7.10.5",
"babel-loader": "^8.1.0",
"css-loader": "^4.0.0",
"jest": "^26.1.0",
"node-sass": "^4.14.1",
"sass-loader": "^9.0.2",
"terser-webpack-plugin": "^3.0.7",
"to-string-loader": "^1.1.6",
"ts-loader": "^8.0.1",
"typescript": "^3.9.7",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mailgo"
},
"sideEffects": false
}