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

Unified Diff: fuzzer/package.json

Issue 911143003: skeleton for fuzzer; contains makefile and front end server (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: fuzzer/package.json
diff --git a/webtry/package.json b/fuzzer/package.json
similarity index 66%
copy from webtry/package.json
copy to fuzzer/package.json
index ec0bd3048b543ac7100ba87c0b4aa3ae03cb4566..4aa16f7a534c456d735736339d04fdb9e6ee1ce3 100644
--- a/webtry/package.json
+++ b/fuzzer/package.json
@@ -1,13 +1,15 @@
{
- "name": "webtry",
+ "name": "fuzzer",
"version": "1.0.0",
- "description": "WebTry Server =============",
+ "description": "",
"main": "index.js",
- "devDependencies": {
+ "dependencies": {
"autoprefixer": "^5.1.0",
"bower": "^1.3.12",
- "uglify-js": "^2.4.16",
- "vulcanize": "^0.7.7"
+ "vulcanize": "^0.7.9"
+ },
+ "devDependencies": {
+ "uglify-js": "^2.4.16"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"

Powered by Google App Engine
This is Rietveld 408576698