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

Side by Side Diff: status/bower.json

Issue 1051173003: Add controls to buildbot dashboard (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 years, 8 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 | « no previous file | status/elements.html » ('j') | status/res/imp/bar-chart-sk.html » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "status", 2 "name": "status",
3 "version": "0.1.0", 3 "version": "0.1.0",
4 "authors": [], 4 "authors": [],
5 "description": "Skia Status Dashboard", 5 "description": "Skia Status Dashboard",
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 "polymer": "Polymer/polymer#~0.5.1", 17 "polymer": "Polymer/polymer#~0.5.1",
18 "core-elements": "Polymer/core-elements#~0.5.1", 18 "core-elements": "Polymer/core-elements#~0.5.1",
19 "paper-elements": "Polymer/paper-elements#~0.5.1", 19 "paper-elements": "Polymer/paper-elements#~0.5.1",
20 "webcomponentsjs": "Polymer/webcomponentsjs#^0.5.1" 20 "webcomponentsjs": "Polymer/webcomponentsjs#^0.5.1"
21 },
22 "resolutions": {
23 "WeakMap": "~0.2.1"
24 } 21 }
25 } 22 }
OLDNEW
« no previous file with comments | « no previous file | status/elements.html » ('j') | status/res/imp/bar-chart-sk.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698