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

Side by Side Diff: gm/rebaseline_server/static/new/bower.json

Issue 538613002: Refactored frontend for the rebaseline server. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Addressing issues raised during CR Created 6 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
« no previous file with comments | « .gitignore ('k') | gm/rebaseline_server/static/new/css/app.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "rebasline",
3 "version": "0.1.0",
4 "authors": [],
5 "description": "Rebaseline Server",
6 "license": "BSD",
7 "private": true,
8 "ignore": [
9 "**/.*",
10 "node_modules",
11 "bower_components",
12 "third_party/bower_components",
13 "test",
14 "tests"
15 ],
16 "dependencies": {
17 "angular": "1.2.x",
18 "angular-route": "1.2.x",
19 "angular-bootstrap": "0.11.x",
20 "bootstrap": "3.1.x"
21 }
22 }
OLDNEW
« no previous file with comments | « .gitignore ('k') | gm/rebaseline_server/static/new/css/app.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698