From 1463618fe196adeaa00ac6f120d3a33e8f468ca2 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 1 Sep 2017 15:50:37 +0300 Subject: [PATCH 1/1] Initial Bower file --- bower.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..e7b3f00 --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "vaadin", + "description": "Bundle containing all elements which are part of the Vaadin platform", + "homepage": "https://github.com/vaadin/vaadin", + "authors": [ + "Artur Signell " + ], + "main": "", + "license": [ + "Apache2", + "http://vaadin.com/license/cval" + ], + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "vaadin-board": "1.0.1", + "vaadin-charts": "5.0.0" + } +} -- 2.39.5