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

Side by Side Diff: fuzzer/bower.json

Issue 911143003: skeleton for fuzzer; contains makefile and front end server (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Joe comments Created 5 years, 10 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
OLDNEW
1 { 1 {
2 "name": "webtry", 2 "name": "fuzzer",
3 "version": "0.0.0", 3 "version": "0.0.0",
4 "authors": [ 4 "authors": [
5 "Greg Humphreys <humper@gmail.com>" 5 "Greg Humphreys <humper@google.com>"
6 ], 6 ],
7 "license": "MIT", 7 "license": "MIT",
8 "ignore": [ 8 "ignore": [
9 "**/.*", 9 "**/.*",
10 "node_modules", 10 "node_modules",
11 "bower_components", 11 "bower_components",
12 "third_party/bower_components",
13 "test", 12 "test",
14 "tests" 13 "tests"
15 ], 14 ],
16 "dependencies": { 15 "dependencies": {
17 "jquery": "~2.1.3",
18 "polymer": "Polymer/polymer#~0.5.4", 16 "polymer": "Polymer/polymer#~0.5.4",
17 "paper-elements": "Polymer/paper-elements#~0.5.4",
19 "core-elements": "Polymer/core-elements#~0.5.4", 18 "core-elements": "Polymer/core-elements#~0.5.4",
20 "paper-elements": "Polymer/paper-elements#~0.5.4", 19 "webcomponents": "Polymer/webcomponents",
21 "webcomponentsjs": "Polymer/webcomponentsjs#~0.5.4", 20 "webcomponentsjs": "~0.5.4"
22 "bootstrap": "~3.3.2",
23 "codemirror": "~4.12.0"
24 } 21 }
25 } 22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698