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

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

Issue 2344353004: DevTools: Build release mode using JS and Python (Closed)
Patch Set: fix Created 4 years, 3 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-debug-launcher", 2 "name": "chrome-devtools-build",
3 "description": "Finds Chrome Canary and launches it in debug mode", 3 "description": "Build scripts for Chrome DevTools",
4 "scripts": {
5 "build": "npm run gulp -- build",
6 "gulp": "gulp"
7 },
4 "version": "0.1.0", 8 "version": "0.1.0",
5 "keywords": [
6 "devtools",
7 "chrome",
8 "chromium"
9 ],
10 "author": "The Chromium Authors", 9 "author": "The Chromium Authors",
11 "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/ma ster/LICENSE", 10 "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/ma ster/LICENSE",
12 "bugs": { 11 "bugs": {
13 "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" 12 "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"
13 },
14 "devDependencies": {
15 "del": "2.2.2",
16 "fs-promise": "0.5.0",
17 "gulp": "3.9.1",
18 "jsonfile": "2.4.0"
14 } 19 }
15 } 20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698