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

Unified Diff: fuzzer/bower.json

Issue 1419793011: Add front page of Fuzzer (Closed) Base URL: https://skia.googlesource.com/buildbot@file
Patch Set: Created 5 years, 1 month 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 | « fuzzer/Makefile ('k') | fuzzer/elements.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/bower.json
diff --git a/fuzzer/bower.json b/fuzzer/bower.json
index afbea4e19083aca2b9fa5a0bf6de8196d891a4d2..b4b1810b7a469b5bce9b7546aa787841a08acf6f 100644
--- a/fuzzer/bower.json
+++ b/fuzzer/bower.json
@@ -1,22 +1,20 @@
{
"name": "fuzzer",
"version": "0.0.0",
- "authors": [
- "Greg Humphreys <humper@google.com>"
- ],
- "license": "MIT",
+ "authors": [],
+ "license": "BSD",
+ "private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
+ "third_party/bower_components",
"test",
"tests"
],
"dependencies": {
- "polymer": "Polymer/polymer#~0.5.4",
- "paper-elements": "Polymer/paper-elements#~0.5.4",
- "core-elements": "Polymer/core-elements#~0.5.4",
- "webcomponents": "Polymer/webcomponents",
- "webcomponentsjs": "~0.5.4"
+ "polymer": "Polymer/polymer#^1.1.0",
+ "iron-elements": "PolymerElements/iron-elements#^1.0.0",
+ "paper-elements": "PolymerElements/paper-elements#^1.0.0"
}
}
« no previous file with comments | « fuzzer/Makefile ('k') | fuzzer/elements.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698