mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-19 21:07:18 +00:00
93 lines
2.4 KiB
JSON
93 lines
2.4 KiB
JSON
{
|
|
"name": "etcher",
|
|
"displayName": "Etcher",
|
|
"version": "1.0.0-beta.4",
|
|
"main": "lib/etcher.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:main": "electron-mocha --recursive tests/src -R progress",
|
|
"test:browser": "electron-mocha --recursive --renderer tests/browser -R progress",
|
|
"test": "npm run-script test:main && npm run-script test:browser",
|
|
"start": "electron lib/etcher.js"
|
|
},
|
|
"author": "Juan Cruz Viotti <juan@resin.io>",
|
|
"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",
|
|
"lib/cli",
|
|
"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.2.5",
|
|
"angular-ui-router": "^0.2.18",
|
|
"bluebird": "^3.0.5",
|
|
"bootstrap-sass": "^3.3.5",
|
|
"chalk": "^1.1.3",
|
|
"drivelist": "^2.0.13",
|
|
"flexboxgrid": "^6.3.0",
|
|
"is-elevated": "^1.0.0",
|
|
"lodash": "^4.5.1",
|
|
"ngstorage": "^0.3.10",
|
|
"open": "0.0.5",
|
|
"resin-image-write": "^3.0.4",
|
|
"resin-cli-errors": "^1.2.0",
|
|
"resin-cli-form": "^1.4.1",
|
|
"resin-cli-visuals": "^1.2.8",
|
|
"resin-zip-image": "^1.1.2",
|
|
"sudo-prompt": "^2.2.0",
|
|
"trackjs": "^2.1.16",
|
|
"umount": "^1.1.1",
|
|
"username": "^2.1.0",
|
|
"yargs": "^4.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": "^1.4.7",
|
|
"electron-builder": "^2.6.0",
|
|
"electron-mocha": "^0.8.0",
|
|
"electron-osx-sign": "^0.3.0",
|
|
"electron-packager": "^6.0.0",
|
|
"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",
|
|
"rindle": "^1.3.0",
|
|
"tmp": "0.0.28"
|
|
}
|
|
}
|