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

Side by Side Diff: web/bower.json

Issue 2335223003: LogDog: Update web code, stream/query with auth. (Closed)
Patch Set: Fix background page loading. Created 4 years, 3 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": "luci", 2 "name": "luci",
3 "version": "0.0.0", 3 "version": "0.0.0",
4 "homepage": "https://github.com/luci/luci-go", 4 "homepage": "https://github.com/luci/luci-go",
5 "authors": [ 5 "authors": [
6 "The LUCI Authors" 6 "The LUCI Authors"
7 ], 7 ],
8 "licenses": [ 8 "licenses": [
9 { 9 {
10 "type": "Apache-2.0", 10 "type": "Apache-2.0",
11 "url": "http://www.apache.org/licenses/LICENSE-2.0" 11 "url": "http://www.apache.org/licenses/LICENSE-2.0"
12 } 12 }
13 ], 13 ],
14 "license": "Apache License, Version 2.0", 14 "license": "Apache License, Version 2.0",
15 "ignore": [ 15 "ignore": [
16 "**/.*", 16 "**/.*",
17 "node_modules", 17 "node_modules",
18 "bower_components", 18 "bower_components",
19 "test", 19 "test",
20 "tests" 20 "tests"
21 ], 21 ],
22 "dependencies": { 22 "dependencies": {
23 "app-router": "~2.6.1", 23 "app-router": "~2.6.1",
24 "bootstrap": "~3.3.6", 24 "bootstrap": "~3.3.6",
25 "google-signin": "^1.3.2", 25 "google-signin": "^1.3.6",
26 "html5-history-anchor": "~0.4.0", 26 "html5-history-anchor": "~0.4.0",
27 "iron-ajax": "PolymerElements/iron-ajax#~1.1.1", 27 "iron-ajax": "PolymerElements/iron-ajax#~1.1.1",
28 "iron-elements": "PolymerElements/iron-elements#~1.0.7", 28 "iron-elements": "PolymerElements/iron-elements#~1.0.7",
29 "jquery": "~2.2.0", 29 "jquery": "~2.2.0",
30 "neon-elements": "PolymerElements/neon-elements#~1.0.0", 30 "neon-elements": "PolymerElements/neon-elements#~1.0.0",
31 "page": "~1.6.4", 31 "page": "~1.6.4",
32 "paper-elements": "PolymerElements/paper-elements#~1.0.7", 32 "paper-elements": "PolymerElements/paper-elements#~1.0.7",
33 "platinum-elements": "PolymerElements/platinum-elements#~1.2.0", 33 "platinum-elements": "PolymerElements/platinum-elements#~1.2.0",
34 "polymer": "Polymer/polymer#^1.2.0" 34 "polymer": "Polymer/polymer#^1.6.1"
35 }, 35 },
36 "devDependencies": { 36 "devDependencies": {
37 "web-component-tester": "~4.2.0" 37 "web-component-tester": "~4.2.0"
38 } 38 }
39 } 39 }
OLDNEW
« no previous file with comments | « web/apps/logdog-view/elements/logdog-view/logdog-view.html ('k') | web/inc/auth/auth-signin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698