etcher/bower.json
Juan Cruz Viotti fdf28cdf5f Remove unnecessary fields from bower.json. (#342)
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>
2016-04-19 10:01:26 -04:00

14 lines
181 B
JSON

{
"name": "etcher",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-mixpanel": "~1.1.2"
}
}