diff --git a/light9/web/lib/.bowerrc b/light9/web/lib/.bowerrc new file mode 100644 --- /dev/null +++ b/light9/web/lib/.bowerrc @@ -0,0 +1,4 @@ +{ + "directory": "." +} + diff --git a/light9/web/lib/bower.json b/light9/web/lib/bower.json new file mode 100644 --- /dev/null +++ b/light9/web/lib/bower.json @@ -0,0 +1,6 @@ +{ + "name": "3rd-party polymer elements", + "dependencies": { + "polymer": "~1.0.3" + } +}