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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/scripts/devtools_run/package.json
diff --git a/third_party/WebKit/Source/devtools/scripts/devtools_run/package.json b/third_party/WebKit/Source/devtools/scripts/devtools_run/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..a1e4563edc10dd5a0dbb4817d4a3287707584a91
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/scripts/devtools_run/package.json
@@ -0,0 +1,13 @@
+{
+ "name": "devtools-run",
+ "description": "cli helper for using devtools npm commands anywhere in a chromium repo",
+ "version": "0.1.0",
+ "author": "The Chromium Authors",
+ "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/master/LICENSE",
+ "bugs": {
+ "url": "https://bugs.chromium.org/p/chromium/issues/list?can=2&q=component:Platform%3EDevTools%20&sort=-opened&colspec=ID%20Stars%20Owner%20Summary%20Modified%20Opened"
+ },
+ "bin": {
+ "dtrun": "./devtools_run_cli"
+ }
+}
« 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