etcher/package.json
Juan Cruz Viotti a252b3a7e7 v1.0.0-beta.1
2016-03-28 13:26:24 -04:00

110 lines
2.7 KiB
JSON

{
"name": "etcher",
"displayName": "Etcher",
"version": "1.0.0-beta.1",
"main": "lib/etcher.js",
"description": "An image burner 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",
"(.*)\\.md",
"appveyor.yml",
"bower.json",
"gulpfile.js",
"screenshot.png",
"tests",
"etcher-release",
"lib/scss",
"node_modules/electron-mocha",
"node_modules/electron-builder",
"node_modules/angular-mocks",
"node_modules/browserify",
"node_modules/gulp*",
"node_modules/jshint-stylish",
"node_modules/mochainon",
"node_modules/vinyl-*",
"node_modules/rindle",
"node_modules/tmp"
],
"builder": {
"osx": {
"title": "Etcher",
"background": "assets/osx/installer.png",
"icon": "assets/icon.icns",
"icon-size": 110,
"contents": [
{
"x": 415,
"y": 225,
"type": "link",
"path": "/Applications"
},
{
"x": 140,
"y": 225,
"type": "file"
}
]
},
"win": {
"title": "Etcher",
"version": "0.0.1",
"publisher": "Resin.io",
"icon": "assets/icon.ico",
"verbosity": 1
}
},
"optionalDependencies": {
"elevator": "^1.0.0",
"removedrive": "^1.0.0"
},
"dependencies": {
"angular": "^1.4.6",
"angular-ui-bootstrap": "^1.2.1",
"angular-ui-router": "^0.2.18",
"bluebird": "^3.0.5",
"bootstrap-sass": "^3.3.5",
"drivelist": "^2.0.9",
"flexboxgrid": "^6.3.0",
"is-elevated": "^1.0.0",
"lodash": "^4.5.1",
"ngstorage": "^0.3.10",
"resin-image-write": "^2.0.5",
"resin-zip-image": "^1.1.2",
"sudo-prompt": "^2.2.0",
"trackjs": "^2.1.16",
"umount": "^1.1.1",
"username": "^2.1.0"
},
"devDependencies": {
"angular-mocks": "^1.4.7",
"electron-builder": "^2.6.0",
"electron-mocha": "^0.8.0",
"electron-packager": "^5.1.1",
"electron-prebuilt": "^0.36.8",
"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"
}
}