etcher/bower.json
2016-02-29 15:52:00 -04:00

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"
}
}