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

Side by Side Diff: web/bower.json

Issue 2570963003: Revert of Rewrite LogDog log viewer app. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « web/apps/logdog-view/scripts-ts/tsconfig.json ('k') | web/inc/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
(...skipping 13 matching lines...) Expand all
24 "bootstrap": "~3.3.6", 24 "bootstrap": "~3.3.6",
25 "google-signin": "^1.3.6", 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.6.1", 34 "polymer": "Polymer/polymer#^1.6.1"
35 "requirejs": "^2.3.2"
36 }, 35 },
37 "devDependencies": { 36 "devDependencies": {
38 "web-component-tester": "~4.2.0" 37 "web-component-tester": "~4.2.0"
39 } 38 }
40 } 39 }
OLDNEW
« no previous file with comments | « web/apps/logdog-view/scripts-ts/tsconfig.json ('k') | web/inc/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698