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

Side by Side Diff: golden/bower.json

Issue 1224943002: gold: force layout diagram (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: fix vet Created 5 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
« no previous file with comments | « golden/Makefile ('k') | golden/elements.html » ('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": "golden", 2 "name": "golden",
3 "version": "0.1.0", 3 "version": "0.1.0",
4 "authors": [], 4 "authors": [],
5 "description": "Rebaseline Tool", 5 "description": "Rebaseline Tool",
6 "license": "BSD", 6 "license": "BSD",
7 "private": true, 7 "private": true,
8 "ignore": [ 8 "ignore": [
9 "**/.*", 9 "**/.*",
10 "node_modules", 10 "node_modules",
11 "bower_components", 11 "bower_components",
12 "third_party/bower_components", 12 "third_party/bower_components",
13 "test", 13 "test",
14 "tests" 14 "tests"
15 ], 15 ],
16 "dependencies": { 16 "dependencies": {
17 "jquery": "~2.1.1", 17 "jquery": "~2.1.1",
18 "polymer": "Polymer/polymer#~0.5.4", 18 "polymer": "Polymer/polymer#~0.5.4",
19 "core-elements": "Polymer/core-elements#~0.5.4", 19 "core-elements": "Polymer/core-elements#~0.5.4",
20 "paper-elements": "Polymer/paper-elements#~0.5.4", 20 "paper-elements": "Polymer/paper-elements#~0.5.4",
21 "webcomponentsjs": "Polymer/webcomponentsjs#^0.5.4", 21 "webcomponentsjs": "Polymer/webcomponentsjs#^0.5.4",
22 "flot": "~0.8.3" 22 "flot": "~0.8.3",
23 "d3": "~3.5.6"
23 }, 24 },
24 "resolutions": { 25 "resolutions": {
25 "webcomponentsjs": "^0.6.0" 26 "webcomponentsjs": "^0.6.0"
26 } 27 }
27 } 28 }
OLDNEW
« no previous file with comments | « golden/Makefile ('k') | golden/elements.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698