{ "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.5", "@babel/core": "^7.5.5", "@babel/preset-env": "^7.5.5", "@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.36.1", "webpack-cli": "^3.3.6" }, "dependencies": { "opencollective-postinstall": "^2.0.2" }, "browserslist": "cover 99.5%", "collective": { "type": "opencollective", "url": "https://opencollective.com/mailgo" } }