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

Unified Diff: third_party/WebKit/Source/devtools/scripts/migrate_test/package.json

Issue 2976833002: Script migration (Closed)
Patch Set: transformed Created 3 years, 5 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: third_party/WebKit/Source/devtools/scripts/migrate_test/package.json
diff --git a/third_party/WebKit/Source/devtools/scripts/migrate_test/package.json b/third_party/WebKit/Source/devtools/scripts/migrate_test/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..0f7304cf0e60aa918007579a691a5bcc0ef98bf5
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/scripts/migrate_test/package.json
@@ -0,0 +1,13 @@
+{
+ "name": "chrome-devtools-migrate-test",
+ "version": "0.1.0",
+ "author": "The Chromium Authors",
+ "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/master/LICENSE",
+ "dependencies": {
+ "cheerio": "^1.0.0-rc.2",
+ "jscodeshift": "^0.3.32",
+ "mkdirp": "^0.5.1",
+ "recast": "^0.12.6",
+ "yargs": "^8.0.2"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698