aboutsummaryrefslogtreecommitdiff
path: root/extensions/git/package.json
blob: 3a1f1cd9c9e4ff97a3771766f61dc8d26c562767 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
	"name": "neonxp-git",
	"displayName": "@NeonXP Git Pack",
	"description": "Git extesions",
	"icon": "icon.png",
	"version": "0.0.1",
	"repository": {
		"type": "git",
		"url": "git+https://gitrepo.ru/neonxp/vscode-exts.git"
	},
	"license": "MIT",
	"homepage": "https://gitrepo.ru/neonxp/vscode-exts",
	"engines": {
		"vscode": "^1.94.0"
	},
	"categories": [
		"Extension Packs"
	],
	"extensionPack": [
		"codezombiech.gitignore",
		"kylinideteam.gitlens",
		"mhutchie.git-graph"
	]
}