mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-19 21:07:18 +00:00
22 lines
420 B
JSON
22 lines
420 B
JSON
{
|
|
"name": "etcher",
|
|
"version": "0.0.1",
|
|
"homepage": "https://github.com/resin-io/etcher",
|
|
"authors": [
|
|
"Juan Cruz Viotti <juan@resin.io>"
|
|
],
|
|
"main": "lib/templates/index.html",
|
|
"license": "Apache-2.0",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"polymer": "Polymer/polymer#^1.1.0",
|
|
"angular-mixpanel": "~1.1.2"
|
|
}
|
|
}
|