| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "chrome-devtools-frontend", | 2 "name": "chrome-devtools-frontend", |
| 3 "version": "1.0.XXXXXX", | |
| 4 "description": "Chrome DevTools UI", | 3 "description": "Chrome DevTools UI", |
| 5 "scripts": { | 4 "scripts": { |
| 5 "server": "node scripts/hosted_mode/server.js", |
| 6 "test": "echo \"Error: no test specified\" && exit 1" | 6 "test": "echo \"Error: no test specified\" && exit 1" |
| 7 }, | 7 }, |
| 8 "repository": { | 8 "repository": { |
| 9 "type": "git", | 9 "type": "git", |
| 10 "url": "git+https://github.com/ChromeDevTools/devtools-frontend.git" | 10 "url": "git+https://github.com/ChromeDevTools/devtools-frontend.git" |
| 11 }, | 11 }, |
| 12 "keywords": [ | 12 "keywords": [ |
| 13 "devtools", | 13 "devtools", |
| 14 "chrome", | 14 "chrome", |
| 15 "chromium", | 15 "chromium", |
| 16 "blink", | 16 "blink", |
| 17 "debugger" | 17 "debugger" |
| 18 ], | 18 ], |
| 19 "author": "The Chromium Authors", | 19 "author": "The Chromium Authors", |
| 20 "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/ma
ster/LICENSE", | 20 "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/ma
ster/LICENSE", |
| 21 "bugs": { | 21 "bugs": { |
| 22 "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" | 22 "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" |
| 23 }, | 23 }, |
| 24 "homepage": "https://devtools.chrome.com" | 24 "homepage": "https://devtools.chrome.com" |
| 25 } | 25 } |
| OLD | NEW |