Index: third_party/polymer/v0_8/components-chromium/paper-styles/bower.json |
diff --git a/third_party/polymer/v0_8/components-chromium/paper-styles/bower.json b/third_party/polymer/v0_8/components-chromium/paper-styles/bower.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8c3141055dcd6c6937b5f8bac31329611965c1cd |
--- /dev/null |
+++ b/third_party/polymer/v0_8/components-chromium/paper-styles/bower.json |
@@ -0,0 +1,24 @@ |
+{ |
+ "name": "paper-styles", |
+ "version": "0.8.6", |
+ "authors": [ |
+ "Ian MacLeod <imac@google.com>", |
+ "The Polymer Authors" |
+ ], |
+ "description": "Common (global) styles for Material Design elements.", |
+ "keywords": [ |
+ "web-component", |
+ "web-components", |
+ "polymer" |
+ ], |
+ "main": "paper-styles.html", |
+ "license": "MIT", |
+ "homepage": "https://github.com/PolymerLabs/paper-styles/", |
+ "ignore": [ |
+ "/.*", |
+ "/demo/" |
+ ], |
+ "dependencies": { |
+ "polymer": "Polymer/polymer#v0.8.0-rc.7" |
+ } |
+} |