aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2017-09-01 15:50:37 +0300
committerArtur Signell <artur@vaadin.com>2017-09-01 16:01:45 +0300
commit1463618fe196adeaa00ac6f120d3a33e8f468ca2 (patch)
tree14eca2746846db1d8b20aff66242ad393444b191
downloadvaadin-1463618fe196adeaa00ac6f120d3a33e8f468ca2.tar.gz
vaadin-1463618fe196adeaa00ac6f120d3a33e8f468ca2.zip
Initial Bower file
-rw-r--r--bower.json24
1 files changed, 24 insertions, 0 deletions
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 <artur@vaadin.com>"
+ ],
+ "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"
+ }
+}