Prepared GUI2 FW lib for publishing on npmjs.org

Change-Id: Icdbdacb24848795b644fc8b76c628fbdb8701e96
diff --git a/tools/package/archetypes/ui2/src/main/resources/archetype-resources/web/__artifactId__-gui/projects/__artifactId__-gui-lib/package.json b/tools/package/archetypes/ui2/src/main/resources/archetype-resources/web/__artifactId__-gui/projects/__artifactId__-gui-lib/package.json
index dfacbe3..d90d0d7 100644
--- a/tools/package/archetypes/ui2/src/main/resources/archetype-resources/web/__artifactId__-gui/projects/__artifactId__-gui-lib/package.json
+++ b/tools/package/archetypes/ui2/src/main/resources/archetype-resources/web/__artifactId__-gui/projects/__artifactId__-gui-lib/package.json
@@ -1,6 +1,15 @@
 {
   "name": "${artifactId}-gui-lib",
   "version": "1.0.0",
+  "description": "ONOS ${artifactId} GUI",
+  "keywords": "ONOS SDN Controller ONF Open Networking Foundation",
+  "homepage": "https://onosproject.org/",
+  "bugs": "support@opennetworking.org",
+  "license": "Apache-2.0",
+  "repository": {
+    "type" : "git",
+    "url" : "https://github.com/opennetworkinglab/onos.git"
+  },
   "peerDependencies": {
     "@angular/common": "^7.0.0",
     "@angular/core": "^7.0.0"