diff --git a/package.yaml b/package.yaml
index 84912c9ef..cdb6426c2 100644
--- a/package.yaml
+++ b/package.yaml
@@ -6,6 +6,10 @@ description: Private npm repository server
 author:
   name: Alex Kocharin
   email: alex@kocharin.ru
+ 
+repository:
+  type: git
+  url: https://github.com/rlidwka/sinopia
 
 main: index.js
 
@@ -21,6 +25,11 @@ dependencies:
   async: '*'
   semver: '*'
 
+keywords: # TODO
+  - private
+  - repository
+  - registry
+
 preferGlobal: true
 license: BSD