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

Side by Side Diff: third_party/WebKit/Source/devtools/scripts/devtools_run/package.json

Issue 2637113003: DevTools: dtrun CLI helper (Closed)
Patch Set: rename file Created 3 years, 11 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
« no previous file with comments | « third_party/WebKit/Source/devtools/scripts/devtools_run/devtools_run_cli ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "devtools-run",
3 "description": "cli helper for using devtools npm commands anywhere in a chrom ium repo",
4 "version": "0.1.0",
5 "author": "The Chromium Authors",
6 "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/ma ster/LICENSE",
7 "bugs": {
8 "url": "https://bugs.chromium.org/p/chromium/issues/list?can=2&q=component:P latform%3EDevTools%20&sort=-opened&colspec=ID%20Stars%20Owner%20Summary%20Modifi ed%20Opened"
9 },
10 "bin": {
11 "dtrun": "./devtools_run_cli"
12 }
13 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/scripts/devtools_run/devtools_run_cli ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698