Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Side by Side Diff: appengine/config_service/ui/bower.json

Issue 2962703003: config_service: Add authentication to the UI. (Closed)
Patch Set: Moved client_id so that it is served by the back end via templating instead of hard coded into the … Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Config UI", 2 "name": "Config UI",
3 "description": "This is a UI for the configuration service", 3 "description": "This is a UI for the configuration service",
4 "main": "index.html", 4 "main": "index.html",
5 "dependencies": { 5 "dependencies": {
6 "polymer": "Polymer/polymer#^2.0.0", 6 "polymer": "Polymer/polymer#^2.0.0",
7 "app-layout": "PolymerElements/app-layout", 7 "app-layout": "PolymerElements/app-layout",
8 "paper-search": "Collaborne/paper-search", 8 "paper-search": "Collaborne/paper-search",
9 "google-signin": "GoogleWebComponents/google-signin", 9 "google-signin": "GoogleWebComponents/google-signin",
10 "iron-ajax": "PolymerElements/iron-ajax", 10 "iron-ajax": "PolymerElements/iron-ajax",
11 "paper-item": "^2.0.0", 11 "paper-item": "^2.0.0",
12 "paper-icon-button": "^2.0.0", 12 "paper-icon-button": "^2.0.0",
13 "iron-icon": "^2.0.0", 13 "iron-icon": "^2.0.0",
14 "app-route": "PolymerElements/app-route#^2.0.0" 14 "app-route": "PolymerElements/app-route#^2.0.0"
15 }, 15 },
16 "devDependencies": { 16 "devDependencies": {
17 "web-component-tester": "Polymer/web-component-tester#^6.0.0", 17 "web-component-tester": "Polymer/web-component-tester#^6.0.0",
18 "webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0" 18 "webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0"
19 }, 19 },
20 "resolutions": { 20 "resolutions": {
21 "polymer": "^2.0.0", 21 "polymer": "^2.0.0",
22 "iron-flex-layout": "^2.0.0", 22 "iron-flex-layout": "^2.0.0",
23 "webcomponentsjs": "^1.0.0", 23 "webcomponentsjs": "^1.0.0",
24 "iron-icon": "^2.0.0" 24 "iron-icon": "^2.0.0",
25 "iron-a11y-keys-behavior": "1 - 2",
Sergey Berezin 2017/06/29 23:52:54 Let's resolve this and the one below to more speci
26 "paper-ripple": "1 - 2"
25 } 27 }
26 } 28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698