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

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

Issue 2923973003: Added base template for config ui. (Closed)
Patch Set: Added license headers to necessary files. Created 3 years, 6 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
(Empty)
1 {
2 "name": "Config UI",
3 "description": "This is a UI for the configuration service",
4 "main": "index.html",
5 "dependencies": {
6 "polymer": "Polymer/polymer#^2.0.0",
7 "app-layout": "PolymerElements/app-layout",
8 "paper-search": "Collaborne/paper-search"
9 },
10 "devDependencies": {
11 "web-component-tester": "Polymer/web-component-tester#^6.0.0",
12 "webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0"
13 }
14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698