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

Side by Side 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 unified diff | 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 »
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": "1.0.0", 3 "version": "1.0.0",
4 "description": "", 4 "description": "",
5 "main": "index.js", 5 "main": "index.js",
6 "dependencies": { 6 "devDependencies": {
7 "autoprefixer": "^5.1.0", 7 "uglify-js": "^2.4.15",
8 "bower": "^1.3.12", 8 "bower": "^1.3.12",
9 "vulcanize": "^0.7.9" 9 "vulcanize": "~1.10.4",
10 }, 10 "cssmin": "~0.4.2",
11 "devDependencies": { 11 "autoprefixer": "~4.0.0"
12 "uglify-js": "^2.4.16"
13 }, 12 },
14 "scripts": { 13 "scripts": {
15 "test": "echo \"Error: no test specified\" && exit 1" 14 "test": "echo \"Error: no test specified\" && exit 1"
16 }, 15 },
17 "author": "", 16 "author": "",
18 "license": "ISC" 17 "license": "ISC"
19 } 18 }
OLDNEW
« 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