| Index: third_party/polymer/v0_8/components-chromium/layout/bower.json
|
| diff --git a/third_party/polymer/v0_8/components-chromium/layout/bower.json b/third_party/polymer/v0_8/components-chromium/layout/bower.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..95279858c9505c0c39440722c1ca497d5a65f711
|
| --- /dev/null
|
| +++ b/third_party/polymer/v0_8/components-chromium/layout/bower.json
|
| @@ -0,0 +1,17 @@
|
| +{
|
| + "name": "layout",
|
| + "version": "0.0.1",
|
| + "homepage": "https://github.com/Polymer/layout",
|
| + "description": "A declarative layout system built on top of CSS flexbox.",
|
| + "main": "layout.html",
|
| + "keywords": [
|
| + "layout",
|
| + "flexbox"
|
| + ],
|
| + "authors": [
|
| + "The Polymer Project Authors"
|
| + ],
|
| + "license": "https://polymer.github.io/LICENSE.txt",
|
| + "private": true,
|
| + "ignore": []
|
| +}
|
|
|