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

Unified Diff: fuzzer/package.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/go/fuzz/stacktrace.go ('k') | fuzzer/res/imp/fuzzer-menu-sk.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/package.json
diff --git a/fuzzer/package.json b/fuzzer/package.json
index 4aa16f7a534c456d735736339d04fdb9e6ee1ce3..bdb11f586e1a82ce9aec0ca546d8b87d0055d24b 100644
--- a/fuzzer/package.json
+++ b/fuzzer/package.json
@@ -3,13 +3,12 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
- "dependencies": {
- "autoprefixer": "^5.1.0",
- "bower": "^1.3.12",
- "vulcanize": "^0.7.9"
- },
"devDependencies": {
- "uglify-js": "^2.4.16"
+ "uglify-js": "^2.4.15",
+ "bower": "^1.3.12",
+ "vulcanize": "~1.10.4",
+ "cssmin": "~0.4.2",
+ "autoprefixer": "~4.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
« no previous file with comments | « fuzzer/go/fuzz/stacktrace.go ('k') | fuzzer/res/imp/fuzzer-menu-sk.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698