Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "chrome-devtools-frontend", | |
| 3 "version": "1.0.XXXXXX", | |
|
lushnikov
2016/07/20 21:14:24
this doesn't follow semver format, does it?
chenwilliam
2016/07/20 21:29:53
This isn't actually semver - Paul pinged me about
| |
| 4 "description": "Chrome DevTools UI", | |
| 5 "main": "front_end/inspector.html", | |
|
lushnikov
2016/07/20 21:14:24
nit: afaik, the main file should be a *.js so that
chenwilliam
2016/07/20 21:29:53
That's a good point. I can update this in a future
lushnikov
2016/07/20 21:34:08
I'd drop it if possible (Runtime.js doesn't make m
chenwilliam
2016/07/20 21:58:19
Done.
| |
| 6 "scripts": { | |
| 7 "test": "echo \"Error: no test specified\" && exit 1" | |
| 8 }, | |
| 9 "repository": { | |
| 10 "type": "git", | |
| 11 "url": "git+https://github.com/ChromeDevTools/devtools-frontend.git" | |
| 12 }, | |
| 13 "keywords": [ | |
| 14 "devtools", | |
| 15 "chrome", | |
| 16 "chromium", | |
| 17 "blink", | |
| 18 "debugger" | |
| 19 ], | |
| 20 "author": "The Chromium Authors", | |
| 21 "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/ma ster/LICENSE", | |
| 22 "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" | |
| 24 }, | |
| 25 "homepage": "https://devtools.chrome.com" | |
| 26 } | |
| OLD | NEW |