Mailspring/build/package.json
Evan Morikawa 3614f1e2f2 feat(build): build DMG
Summary:
We need people to manually drag into their /Applications folders due to
OSX gatekeeper protections.

Test Plan: manual

Reviewers: juan, khamidou

Reviewed By: khamidou

Differential Revision: https://phab.nylas.com/D3756
2017-01-20 12:01:07 -08:00

34 lines
942 B
JSON

{
"name": "nylas-build",
"description": "N1 build",
"repository": {
"type": "git",
"url": "https://github.com/nylas/edgehill.git"
},
"dependencies": {
"archiver": "1.2.x",
"chalk": "1.x.x",
"coffeelint-cjsx": "^2.0",
"electron-installer-dmg": "0.2.0",
"electron-packager": "^8.4.0",
"glob": "7.1.1",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-coffee-react": "^5.0.0",
"grunt-coffeelint": "git+https://github.com/atom/grunt-coffeelint.git#cfb99aa99811d52687969532bd5a98011ed95bfe",
"grunt-coffeelint-cjsx": "^0.1",
"grunt-contrib-coffee": "~0.12.0",
"grunt-contrib-csslint": "~0.5.0",
"grunt-contrib-less": "~0.8.0",
"grunt-electron-installer": "2.1.0",
"grunt-lesslint": "0.13.0",
"minidump": "~0.8",
"request": "^2.64",
"s3": "^4.3",
"temp": "~0.8.1",
"underscore": "^1.8.3",
"unzip": "~0.1.9",
"webdriverio": "^2.4.5"
}
}