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

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

Issue 2337713002: DevTools: find and launch chrome in debug mode (Closed)
Patch Set: fix copyright year Created 4 years, 3 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 | « 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",
6 "chrome": "node scripts/chrome_debug_launcher/launch_chrome.js",
5 "server": "node scripts/hosted_mode/server.js", 7 "server": "node scripts/hosted_mode/server.js",
6 "test": "echo \"Error: no test specified\" && exit 1", 8 "test": "echo \"Error: no test specified\" && exit 1",
7 "lint": "eslint -c front_end/.eslintrc.js --ignore-path front_end/.eslintign ore front_end" 9 "lint": "eslint -c front_end/.eslintrc.js --ignore-path front_end/.eslintign ore front_end"
8 }, 10 },
9 "repository": { 11 "repository": {
10 "type": "git", 12 "type": "git",
11 "url": "git+https://github.com/ChromeDevTools/devtools-frontend.git" 13 "url": "git+https://github.com/ChromeDevTools/devtools-frontend.git"
12 }, 14 },
13 "keywords": [ 15 "keywords": [
14 "devtools", 16 "devtools",
15 "chrome", 17 "chrome",
16 "chromium", 18 "chromium",
17 "blink", 19 "blink",
18 "debugger" 20 "debugger"
19 ], 21 ],
20 "author": "The Chromium Authors", 22 "author": "The Chromium Authors",
21 "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/ma ster/LICENSE", 23 "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/ma ster/LICENSE",
22 "bugs": { 24 "bugs": {
23 "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" 25 "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"
24 }, 26 },
25 "homepage": "https://devtools.chrome.com" 27 "homepage": "https://devtools.chrome.com"
26 } 28 }
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