mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 13:17:04 +00:00
updated package.json (added description, author, repository and homepage) (#3181)
fixC
This commit is contained in:
parent
e71c481841
commit
28e40c61ba
13
package.json
13
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"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user