{ "name": "etcher", "displayName": "Etcher", "version": "1.1.0", "packageType": "local", "updates": { "enabled": true, "sleepDays": 7, "semverRange": "<2.0.0" }, "main": "lib/start.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.", "productDescription": "Etcher 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.", "homepage": "https://github.com/resin-io/etcher", "gypfile": true, "repository": { "type": "git", "url": "git@github.com:resin-io/etcher.git" }, "scripts": { "test": "make test", "start": "electron lib/start.js", "postshrinkwrap": "node ./scripts/clean-shrinkwrap.js", "configure": "node-gyp configure", "build": "node-gyp build", "install": "node-gyp rebuild" }, "author": "Resin Inc. ", "license": "Apache-2.0", "platformSpecificDependencies": [ [ "7zip-bin-mac" ], [ "7zip-bin-win" ], [ "7zip-bin-linux" ] ], "dependencies": { "angular": "1.6.3", "angular-if-state": "1.0.0", "angular-middle-ellipses": "1.0.0", "angular-moment": "1.0.1", "angular-seconds-to-date": "1.0.0", "angular-ui-bootstrap": "2.5.0", "angular-ui-router": "0.4.2", "bindings": "1.2.1", "bluebird": "3.4.1", "bootstrap-sass": "3.3.6", "chalk": "1.1.3", "command-join": "2.0.0", "drivelist": "5.0.27", "electron-is-running-in-asar": "1.0.0", "etcher-image-write": "9.1.3", "file-type": "4.1.0", "flexboxgrid": "6.3.0", "gpt": "1.0.0", "immutable": "3.8.1", "lodash": "4.13.1", "lzma-native": "1.5.2", "mbr": "1.1.2", "mime-types": "2.1.15", "mountutils": "1.2.0", "nan": "2.3.5", "node-ipc": "8.9.2", "node-stream-zip": "1.3.4", "path-is-inside": "1.0.2", "prop-types": "15.5.9", "react": "15.5.4", "react-dom": "15.5.4", "react2angular": "1.1.3", "redux": "3.5.2", "request": "2.81.0", "resin-cli-form": "1.4.1", "resin-cli-visuals": "1.3.1", "resin-corvus": "1.0.0-beta.28", "rx": "4.1.0", "semver": "5.1.1", "sudo-prompt": "6.1.0", "trackjs": "2.3.1", "udif": "0.10.0", "unbzip2-stream": "1.0.11", "uuid": "3.0.1", "xml2js": "0.4.17", "yargs": "4.7.1", "yauzl": "2.6.0" }, "devDependencies": { "angular-mocks": "1.6.3", "asar": "0.10.0", "electron": "1.6.6", "electron-builder": "19.9.1", "electron-mocha": "3.3.0", "eslint": "3.18.0", "eslint-plugin-jsdoc": "^3.1.1", "eslint-plugin-lodash": "2.3.6", "file-exists": "1.0.0", "html-angular-validate": "0.1.9", "mochainon": "1.0.0", "nock": "9.0.9", "node-gyp": "3.5.0", "node-sass": "4.5.3", "npx": "5.2.0", "pkg": "4.1.1", "sass-lint": "1.10.2", "tmp": "0.0.31", "versionist": "2.8.1" } }