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

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

Issue 2671413004: DevTools: introduce spritesheet assembler. (Closed)
Patch Set: rebaseline tests Created 3 years, 10 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
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 "debug-test": "node scripts/npm_test.js --debug-devtools", 9 "debug-test": "node scripts/npm_test.js --debug-devtools",
10 "compat-test": "node scripts/npm_test.js --compat-protocol=1.2", 10 "compat-test": "node scripts/npm_test.js --compat-protocol=1.2",
(...skipping 14 matching lines...) Expand all
25 "blink", 25 "blink",
26 "debugger" 26 "debugger"
27 ], 27 ],
28 "author": "The Chromium Authors", 28 "author": "The Chromium Authors",
29 "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/ma ster/LICENSE", 29 "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/ma ster/LICENSE",
30 "bugs": { 30 "bugs": {
31 "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" 31 "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"
32 }, 32 },
33 "homepage": "https://devtools.chrome.com", 33 "homepage": "https://devtools.chrome.com",
34 "devDependencies": { 34 "devDependencies": {
35 "async": "1.5.2",
36 "clang-format": "1.0.45",
35 "eslint": "3.10.0", 37 "eslint": "3.10.0",
36 "clang-format": "1.0.45", 38 "globby": "6.0.0",
37 "async": "1.5.2", 39 "image-size": "^0.5.1",
38 "globby": "6.0.0" 40 "postsvg-rename-id": "0.0.1"
39 } 41 }
40 } 42 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698