diff --git a/package.json b/package.json index a4a897c..7ddc8ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,15 @@ { "name": "cycledash", "description": "Variant Caller Analysis Dashboard and Data Management System", + "repository": { + "type": "git", + "url": "https://github.com/hammerlab/cycledash.git" + }, + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/hammerlab/cycledash/issues" + }, + "homepage": "https://github.com/hammerlab/cycledash", "dependencies": { "bootstrap": "^3.2.0", "d3": "^3.4.11",