updated package.json (added description, author, repository and homepage) (#3181)

fixC
This commit is contained in:
boyuan12 2020-02-08 01:07:57 -08:00 committed by GitHub
parent e71c481841
commit 28e40c61ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}