mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-21 05:47:18 +00:00
117 lines
3.8 KiB
JSON
117 lines
3.8 KiB
JSON
{
|
|
"electron": {
|
|
"npm_version": "6.7.0",
|
|
"dependencies": {
|
|
"linux": [
|
|
"libudev-dev",
|
|
"libusb-1.0-0-dev",
|
|
"libyaml-dev",
|
|
"libgtk-3-0",
|
|
"libatk-bridge2.0-0",
|
|
"libdbus-1-3",
|
|
"libc6"
|
|
]
|
|
},
|
|
"builder": {
|
|
"appId": "io.balena.etcher",
|
|
"copyright": "Copyright 2016-2019 Balena Ltd",
|
|
"productName": "balenaEtcher",
|
|
"nodeGypRebuild": true,
|
|
"files": [
|
|
"!node_modules/**/*.js.map",
|
|
"!node_modules/**/*.h",
|
|
"!node_modules/**/*.hpp",
|
|
"!node_modules/**/*.cpp",
|
|
"!node_modules/**/*.md",
|
|
"!node_modules/**/*.ts",
|
|
"!node_modules/**/*.coffee",
|
|
"!node_modules/**/*.scss",
|
|
"!node_modules/**/*.less",
|
|
"!node_modules/**/*.hbs",
|
|
"!node_modules/**/*.mkd",
|
|
"!node_modules/**/LICENSE",
|
|
"!node_modules/**/LICENCE",
|
|
"!node_modules/**/license",
|
|
"!node_modules/**/License",
|
|
"!node_modules/**/LICENSE.txt",
|
|
"!node_modules/**/Makefile",
|
|
"!node_modules/**/.editorconfig",
|
|
"!node_modules/**/.babelrc",
|
|
"!node_modules/**/.prettierrc",
|
|
"!node_modules/**/.prettierrc-*",
|
|
"!node_modules/**/.eslintrc.yml",
|
|
"!node_modules/**/.eslintignore",
|
|
"!node_modules/**/.publishrc",
|
|
"!lib/gui/app",
|
|
"lib/gui/app/index.html",
|
|
"generated",
|
|
"!node_modules/chart.js/dist/docs",
|
|
"!node_modules/ext2fs/config",
|
|
"!node_modules/ext2fs/deps",
|
|
"!node_modules/ext2fs/LICENSE",
|
|
"!node_modules/ext2fs/src",
|
|
"!node_modules/winusb-driver-generator/src",
|
|
"!node_modules/winusb-driver-generator/deps",
|
|
"!node_modules/winusb-driver-generator/ci",
|
|
"!node_modules/rendition/__screenshots__",
|
|
"!node_modules/polished/docs",
|
|
"!node_modules/mermaid/src",
|
|
"!node_modules/mermaid/dist",
|
|
"node_modules/mermaid/dist/mermaid.core.js",
|
|
"!node_modules/raven-js/src",
|
|
"!node_modules/raven-js/dist",
|
|
"node_modules/raven-js/dist/raven.js",
|
|
"!node_modules/raven-js/plugins",
|
|
"!node_modules/react-jsonschema-form/dist",
|
|
"!node_modules/xxhash/deps",
|
|
"!node_modules/xxhash/src",
|
|
"!node_modules/unzip-stream/testData*",
|
|
"!node_modules/usb",
|
|
"node_modules/usb/usb.js",
|
|
"node_modules/usb/package.json",
|
|
"node_modules/usb/build",
|
|
"node_modules/usb/src/binding",
|
|
"!node_modules/roboto-fontface/fonts",
|
|
"node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.woff",
|
|
"node_modules/roboto-fontface/fonts/roboto/Roboto-Light.woff",
|
|
"node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.woff",
|
|
"node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.woff",
|
|
"node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.woff"
|
|
],
|
|
"mac": {
|
|
"category": "public.app-category.developer-tools"
|
|
},
|
|
"dmg": {
|
|
"iconSize": 110,
|
|
"contents": [
|
|
{
|
|
"x": 140,
|
|
"y": 245
|
|
},
|
|
{
|
|
"x": 415,
|
|
"y": 245,
|
|
"type": "link",
|
|
"path": "/Applications"
|
|
}
|
|
],
|
|
"window": {
|
|
"width": 544,
|
|
"height": 407
|
|
}
|
|
},
|
|
"linux": {
|
|
"category": "Utility",
|
|
"packageCategory": "utils",
|
|
"synopsis": "balenaEtcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more."
|
|
},
|
|
"deb": {
|
|
"priority": "optional",
|
|
"depends": [
|
|
"polkit-1-auth-agent | policykit-1-gnome | polkit-kde-1"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|