{ "name": "mailgo", "version": "0.6.10", "description": "a different mailto", "scripts": { "build": "gulp && webpack", "test": "jest" }, "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.6.0", "@babel/core": "^7.6.0", "@babel/preset-env": "^7.6.0", "@babel/preset-flow": "^7.0.0", "@wdio/cli": "^5.12.5", "@wdio/local-runner": "^5.12.5", "@wdio/mocha-framework": "^5.12.1", "@wdio/spec-reporter": "^5.12.1", "@wdio/sync": "^5.12.3", "chromedriver": "^76.0.1", "flow-bin": "^0.107.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.9.0", "node-sass": "^4.12.0", "wdio-chromedriver-service": "^5.0.2", "webpack": "^4.40.2", "webpack-cli": "^3.3.8" }, "dependencies": {}, "browserslist": "cover 99.5%", "collective": { "type": "opencollective", "url": "https://opencollective.com/mailgo" } }