Chromium Code Reviews| Index: pkg/polymer/lib/elements/platform/bower.json |
| diff --git a/pkg/polymer/lib/elements/platform/bower.json b/pkg/polymer/lib/elements/platform/bower.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b786e7bda3a91cff5fb1d01bcffa9d5198b7f67e |
| --- /dev/null |
| +++ b/pkg/polymer/lib/elements/platform/bower.json |
| @@ -0,0 +1,16 @@ |
| +{ |
| + "name": "platform", |
| + "main": "platform.js", |
| + "homepage": "https://github.com/Polymer/platform", |
| + "authors": [ |
| + "The Polymer Authors" |
| + ], |
| + "description": "Integrate platform polyfills: load, build, test", |
| + "keywords": [ |
| + "polymer", |
| + "web", |
| + "components" |
| + ], |
| + "license": "BSD", |
| + "private": true |
| +} |