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

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

Issue 2508413002: DevTools: fix npm test debugging when using user compiled content shell (Closed)
Patch Set: Created 4 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 | « no previous file | third_party/WebKit/Source/devtools/readme.md » ('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": "chrome-devtools-frontend", 2 "name": "chrome-devtools-frontend",
3 "description": "Chrome DevTools UI", 3 "description": "Chrome DevTools UI",
4 "scripts": { 4 "scripts": {
5 "start": "node scripts/start_chrome_and_server.js", 5 "start": "node scripts/start_chrome_and_server.js",
6 "chrome": "node scripts/chrome_debug_launcher/launch_chrome.js", 6 "chrome": "node scripts/chrome_debug_launcher/launch_chrome.js",
7 "server": "node scripts/hosted_mode/server.js", 7 "server": "node scripts/hosted_mode/server.js",
8 "test": "node scripts/npm_test.js", 8 "test": "node scripts/npm_test.js",
9 "test:build": "node scripts/npm_test.js --build-only",
10 "test:run": "node scripts/npm_test.js --test-only",
11 "lint": "eslint front_end", 9 "lint": "eslint front_end",
12 "format": "node scripts/format.js", 10 "format": "node scripts/format.js",
13 "closure": "python scripts/compile_frontend.py" 11 "closure": "python scripts/compile_frontend.py"
14 }, 12 },
15 "repository": { 13 "repository": {
16 "type": "git", 14 "type": "git",
17 "url": "git+https://github.com/ChromeDevTools/devtools-frontend.git" 15 "url": "git+https://github.com/ChromeDevTools/devtools-frontend.git"
18 }, 16 },
19 "keywords": [ 17 "keywords": [
20 "devtools", 18 "devtools",
21 "chrome", 19 "chrome",
22 "chromium", 20 "chromium",
23 "blink", 21 "blink",
24 "debugger" 22 "debugger"
25 ], 23 ],
26 "author": "The Chromium Authors", 24 "author": "The Chromium Authors",
27 "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/ma ster/LICENSE", 25 "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/ma ster/LICENSE",
28 "bugs": { 26 "bugs": {
29 "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" 27 "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"
30 }, 28 },
31 "homepage": "https://devtools.chrome.com", 29 "homepage": "https://devtools.chrome.com",
32 "devDependencies": { 30 "devDependencies": {
33 "eslint": "3.10.0", 31 "eslint": "3.10.0",
34 "clang-format": "1.0.45", 32 "clang-format": "1.0.45",
35 "async": "1.5.2", 33 "async": "1.5.2",
36 "globby": "6.0.0" 34 "globby": "6.0.0"
37 } 35 }
38 } 36 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/readme.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698