mirror of
https://github.com/atom/atom.git
synced 2026-01-14 17:38:03 -05:00
This will make it possible to run the build on Circle instances that don’t define the required environment variables for code signing. We could do some crazy shell scripting in the circle.yml, but this is easier overall.
27 lines
607 B
JSON
27 lines
607 B
JSON
{
|
|
"name": "atom-build-scripts",
|
|
"description": "Atom build scripts",
|
|
"dependencies": {
|
|
"async": "2.0.1",
|
|
"babel-core": "5.8.38",
|
|
"coffee-script": "1.8.0",
|
|
"colors": "1.1.2",
|
|
"donna": "1.0.13",
|
|
"electron-packager": "7.3.0",
|
|
"fs-extra": "0.30.0",
|
|
"glob": "7.0.3",
|
|
"joanna": "0.0.6",
|
|
"legal-eagle": "0.13.0",
|
|
"minidump": "0.9.0",
|
|
"mkdirp": "0.5.1",
|
|
"normalize-package-data": "2.3.5",
|
|
"npm": "3.10.5",
|
|
"pegjs": "0.9.0",
|
|
"season": "5.3.0",
|
|
"semver": "5.3.0",
|
|
"sync-request": "^3.0.1",
|
|
"tello": "1.0.5",
|
|
"yargs": "4.8.1"
|
|
}
|
|
}
|