aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..4b01696
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,22 @@
+{
+ "name": "vaadin-components",
+ "version": "0.2-snapshot",
+ "authors": [
+ "Vaadin Ltd"
+ ],
+ "description": "Vaadin Grid web component",
+ "license": "Apache License 2.0",
+ "keywords": [
+ "web-components"
+ ],
+ "ignore": [
+ "**/.*",
+ "**/node_modules",
+ "**/bower_components",
+ "**/test",
+ "**/tests"
+ ],
+ "dependencies": {
+ "polymer": "Polymer/polymer#v0.9.0"
+ }
+} \ No newline at end of file