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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "webtry", 2 "name": "fuzzer",
3 "version": "1.0.0", 3 "version": "1.0.0",
4 "description": "WebTry Server =============", 4 "description": "",
5 "main": "index.js", 5 "main": "index.js",
6 "devDependencies": { 6 "dependencies": {
7 "autoprefixer": "^5.1.0", 7 "autoprefixer": "^5.1.0",
8 "bower": "^1.3.12", 8 "bower": "^1.3.12",
9 "uglify-js": "^2.4.16", 9 "vulcanize": "^0.7.9"
10 "vulcanize": "^0.7.7" 10 },
11 "devDependencies": {
12 "uglify-js": "^2.4.16"
11 }, 13 },
12 "scripts": { 14 "scripts": {
13 "test": "echo \"Error: no test specified\" && exit 1" 15 "test": "echo \"Error: no test specified\" && exit 1"
14 }, 16 },
15 "author": "", 17 "author": "",
16 "license": "ISC" 18 "license": "ISC"
17 } 19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698