Add extension metadata to package json

This commit is contained in:
Gordon 2021-04-11 16:19:46 +01:00
parent 64ec70ace3
commit 5943f1b31d

View File

@ -7,7 +7,29 @@
"engines": {
"vscode": "^1.23.0"
},
"publisher": "basementuniverse",
"author": "Gordon Larrigan",
"license": "MIT",
"publisher": "gordonlarrigan",
"keywords": [
"kanbn",
"kanban",
"project",
"management",
"task",
"todo",
"agile",
"scrum",
"sprint",
"board"
],
"categories": [
"Visualization",
"Other"
],
"repository": {
"type": "git",
"url": "https://github.com/basementuniverse/vscode-kanbn.git"
},
"activationEvents": [
"onStartupFinished"
],