Chromium Code Reviews| Index: appengine/config_service/ui/bower.json |
| diff --git a/appengine/config_service/ui/bower.json b/appengine/config_service/ui/bower.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d3beb014206454b13c5dda055ab0303bd2afc284 |
| --- /dev/null |
| +++ b/appengine/config_service/ui/bower.json |
| @@ -0,0 +1,12 @@ |
| +{ |
| + "name": "Config UI", |
| + "description": "This is a UI for the configuration service", |
| + "main": "index.html", |
| + "dependencies": { |
| + "polymer": "Polymer/polymer#^2.0.0" |
| + }, |
| + "devDependencies": { |
| + "web-component-tester": "Polymer/web-component-tester#^6.0.0", |
| + "webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0" |
| + } |
| +} |