-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "browser-debugger-extension-pack",
"displayName": "Browser Debugger Extension Pack",
"description": "Popular extensions for browser debug",
"version": "1.1.0",
"publisher": "magnobiet",
"engines": {
"vscode": "^1.38.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"ms-vscode.js-debug",
"msjsdiag.debugger-for-edge",
"firefox-devtools.vscode-firefox-debug"
],
"icon": "icon.png",
"galleryBanner": {
"color": "#24292e",
"theme": "dark"
},
"scripts": {
"package": "npx vsce package",
"publish": "npx vsce publish"
},
"author": "Magno Biét <[email protected]> (https://magnobiet.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vscode-extension-packs/browser-debugger-extension-pack.git"
},
"bugs": {
"url": "https://github.com/vscode-extension-packs/browser-debugger-extension-pack/issues"
},
"homepage": "https://github.com/vscode-extension-packs/browser-debugger-extension-pack#readme"
}