mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-20 05:17:18 +00:00

We don't distribute the application through bower, and removing stuff means one less place to be concerned about certain meta-data to be in sync. Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
14 lines
181 B
JSON
14 lines
181 B
JSON
{
|
|
"name": "etcher",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"angular-mixpanel": "~1.1.2"
|
|
}
|
|
}
|