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

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

Issue 2466123002: DevTools: reformat front-end code to match chromium style. (Closed)
Patch Set: all done 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 | « third_party/WebKit/Source/devtools/front_end/workspace/Workspace.js ('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
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", 9 "test:build": "node scripts/npm_test.js --build-only",
10 "test:run": "node scripts/npm_test.js --test-only", 10 "test:run": "node scripts/npm_test.js --test-only",
(...skipping 10 matching lines...) Expand all
21 "blink", 21 "blink",
22 "debugger" 22 "debugger"
23 ], 23 ],
24 "author": "The Chromium Authors", 24 "author": "The Chromium Authors",
25 "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",
26 "bugs": { 26 "bugs": {
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" 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"
28 }, 28 },
29 "homepage": "https://devtools.chrome.com", 29 "homepage": "https://devtools.chrome.com",
30 "devDependencies": { 30 "devDependencies": {
31 "eslint": "3.5.0" 31 "eslint": "3.9.1"
32 } 32 }
33 } 33 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/workspace/Workspace.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698