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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | gm/rebaseline_server/static/new/css/app.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/rebaseline_server/static/new/bower.json
diff --git a/gm/rebaseline_server/static/new/bower.json b/gm/rebaseline_server/static/new/bower.json
new file mode 100644
index 0000000000000000000000000000000000000000..775213dd560324ce3bb09fd918a295aae80f4665
--- /dev/null
+++ b/gm/rebaseline_server/static/new/bower.json
@@ -0,0 +1,22 @@
+{
+ "name": "rebasline",
+ "version": "0.1.0",
+ "authors": [],
+ "description": "Rebaseline Server",
+ "license": "BSD",
+ "private": true,
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "third_party/bower_components",
+ "test",
+ "tests"
+ ],
+ "dependencies": {
+ "angular": "1.2.x",
+ "angular-route": "1.2.x",
+ "angular-bootstrap": "0.11.x",
+ "bootstrap": "3.1.x"
+ }
+}
« 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