diff --git a/package.json b/package.json index caa6d5c..288b031 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,13 @@ { "name": "hopglass", + "license": "AGPL-3.0", + "repository": { + "type": "git", + "url": "https://github.com/hopglass/hopglass.git" + }, + "bugs": { + "url": "https://github.com/hopglass/hopglass/issues" + }, "scripts": { "test": "node -e \"require('grunt').cli()\" '' clean lint" },