aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2015-01-21 23:28:24 -0800
committerBuild Agent <build@vaadin.com>2015-05-21 15:01:44 +0300
commitc86070212c7316585e00129e2b1f8045fe5e3db2 (patch)
tree07a31351c5d195b8241244548b84ab10dc54bd8c /bower.json
downloadvaadin-core-c86070212c7316585e00129e2b1f8045fe5e3db2.tar.gz
vaadin-core-c86070212c7316585e00129e2b1f8045fe5e3db2.zip
Release version 0.2-snapshot.0.2-snapshot
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