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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « fuzzer/Makefile ('k') | fuzzer/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": "fuzzer", 2 "name": "fuzzer",
3 "version": "0.0.0", 3 "version": "0.0.0",
4 "authors": [ 4 "authors": [],
5 "Greg Humphreys <humper@google.com>" 5 "license": "BSD",
6 ], 6 "private": true,
7 "license": "MIT",
8 "ignore": [ 7 "ignore": [
9 "**/.*", 8 "**/.*",
10 "node_modules", 9 "node_modules",
11 "bower_components", 10 "bower_components",
11 "third_party/bower_components",
12 "test", 12 "test",
13 "tests" 13 "tests"
14 ], 14 ],
15 "dependencies": { 15 "dependencies": {
16 "polymer": "Polymer/polymer#~0.5.4", 16 "polymer": "Polymer/polymer#^1.1.0",
17 "paper-elements": "Polymer/paper-elements#~0.5.4", 17 "iron-elements": "PolymerElements/iron-elements#^1.0.0",
18 "core-elements": "Polymer/core-elements#~0.5.4", 18 "paper-elements": "PolymerElements/paper-elements#^1.0.0"
19 "webcomponents": "Polymer/webcomponents",
20 "webcomponentsjs": "~0.5.4"
21 } 19 }
22 } 20 }
OLDNEW
« 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