{ "name": "etcher", "displayName": "Etcher", "version": "1.0.0-beta.5", "main": "lib/start.js", "description": "An image flasher with support for Windows, OS X and GNU/Linux.", "homepage": "https://github.com/resin-io/etcher", "repository": { "type": "git", "url": "git@github.com:resin-io/etcher.git" }, "scripts": { "test": "electron-mocha --recursive --renderer tests/gui -R progress", "start": "electron lib/start.js" }, "author": "Juan Cruz Viotti ", "license": "Apache-2.0", "copyright": "Copyright 2016 Resinio Ltd", "packageIgnore": [ "LICENSE", "Makefile", "(.*)\\.pem", "(.*)\\.log", "assets/osx", "appveyor.yml", "bower.json", "gulpfile.js", "screenshot.png", "tests", "etcher-release", "lib/scss", "bin/etcher" ], "builder": { "win": { "title": "Etcher", "version": "v1.0.0-beta.3", "publisher": "Resin.io", "icon": "assets/icon.ico", "verbosity": 1 } }, "optionalDependencies": { "elevator": "^1.0.0", "removedrive": "^1.0.0" }, "dependencies": { "angular": "^1.5.3", "angular-q-promisify": "^1.1.0", "angular-ui-bootstrap": "^1.3.2", "angular-ui-router": "^0.2.18", "bluebird": "^3.0.5", "bootstrap-sass": "^3.3.5", "chalk": "^1.1.3", "drivelist": "^3.0.0", "etcher-image-stream": "^1.2.0", "etcher-image-write": "^4.0.2", "flexboxgrid": "^6.3.0", "is-elevated": "^1.0.0", "lodash": "^4.5.1", "ngstorage": "^0.3.10", "open": "0.0.5", "resin-cli-errors": "^1.2.0", "resin-cli-form": "^1.4.1", "resin-cli-visuals": "^1.2.8", "sudo-prompt": "^3.1.0", "trackjs": "^2.1.16", "umount": "^1.1.3", "username": "^2.1.0", "yargs": "^4.6.0" }, "devDependencies": { "angular-mocks": "^1.4.7", "electron-builder": "^2.6.0", "electron-mocha": "^1.2.2", "electron-osx-sign": "^0.3.0", "electron-packager": "^7.0.1", "electron-prebuilt": "0.37.6", "gulp": "^3.9.0", "gulp-jscs": "^3.0.2", "gulp-jshint": "^2.0.0", "gulp-sass": "^2.0.4", "jshint": "^2.9.1", "jshint-stylish": "^2.0.1", "mochainon": "^1.0.0" } }