Files
atom/script/package.json
Antonio Scandurra 6bd9d1e4be Install webdriver io in script/package.json
So that we can control chromedriver without including that dependency in the final bundle.
2016-08-11 13:09:24 +02:00

29 lines
670 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",
"electron-winstaller": "2.3.4",
"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",
"webdriverio": "2.4.5"
}
}