Files
atom/build/package.json
Antonio Scandurra 2953014609 Add coffee-script and babel in build/package.json
...and use the same versions found on the root package.json.
2016-07-28 17:53:03 +02:00

14 lines
281 B
JSON

{
"name": "atom-build-scripts",
"description": "Atom build scripts",
"dependencies": {
"babel-core": "5.8.38",
"coffee-script": "1.8.0",
"electron-packager": "7.3.0",
"fs-extra": "0.30.0",
"glob": "7.0.3",
"mkdirp": "0.5.1",
"npm": "3.10.5"
}
}