OLD | NEW |
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 } |
OLD | NEW |