mailymaily/package.json

53 lines
1.3 KiB
JSON

{
"name": "mailgo",
"version": "0.6.9",
"description": "a different mailto",
"scripts": {
"build": "gulp && webpack",
"test": "jest",
"postinstall": "opencollective-postinstall || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manzinello/mailgo.git"
},
"main": "./mailgo.js",
"module": "./mailgo.js",
"keywords": [
"mailto",
"mail"
],
"author": "Matteo Manzinello",
"license": "MIT",
"bugs": {
"url": "https://github.com/manzinello/mailgo/issues"
},
"homepage": "https://mailgo.js.org",
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"@babel/preset-flow": "^7.0.0",
"flow-bin": "^0.102.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-csso": "^3.0.1",
"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.8.0",
"node-sass": "^4.12.0",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.5"
},
"dependencies": {
"opencollective-postinstall": "^2.0.2"
},
"browserslist": "cover 99.5%",
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/mailgo"
}
}