diff --git a/package.json b/package.json index 4801b48..d4ddfb6 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,22 @@ { "name": "vscode-task-notifier", + "publisher": "joelrobichaud", + "version": "0.1.0", + "author": { + "name": "joelrobichaud" + }, "displayName": "Task Notifier", "description": "Get notified when your tasks are done.", - "version": "0.1.0", "engines": { "vscode": "^1.30.0" }, "categories": [ "Other" ], + "keywords": [ + "notifications", + "tasks" + ], "activationEvents": [ "*" ], @@ -28,5 +36,14 @@ }, "dependencies": { "node-notifier": "^5.3.0" + }, + "license": "SEE LICENSE IN LICENSE", + "homepage": "https://github.com/joelrobichaud/vscode-task-notifier/blob/master/README.md", + "repository": { + "type": "git", + "url": "https://github.com/joelrobichaud/vscode-task-notifier.git" + }, + "bugs": { + "url": "https://github.com/joelrobichaud/vscode-task-notifier/issues" } }