diff --git a/package.json b/package.json index 818fc092..2ced1f13 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,11 @@ { "name": "mifosx-community-app", + "description": "This is the default web application built on top of the MifosX platform for the mifos user community. It is a Single-Page App (SPA) written in web standard technologies like JavaScript, CSS and HTML5. It leverages common popular frameworks/libraries such as AngularJS, Bootstrap and Font Awesome.", + "author": { + "name": "openMF", + "email": "mifos-developer@lists.sourceforge.net", + "url": "https://mifos.org" + }, "version": "0.0.0", "dependencies": {}, "devDependencies": { @@ -43,5 +49,10 @@ }, "engines": { "node": ">=0.8.0" - } + }, + "repository": { + "type" : "git", + "url" : "https://github.com/openMF/community-app.git" + }, + "homepage": "https://github.com/openMF/community-app" }