2013-10-20 06:50:28 +00:00
{
2013-12-03 06:50:20 +00:00
"name" : "mifosx-community-app" ,
2020-02-08 09:07:57 +00:00
"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"
} ,
2013-10-20 06:50:28 +00:00
"version" : "0.0.0" ,
"dependencies" : { } ,
"devDependencies" : {
2013-12-03 06:50:20 +00:00
"grunt" : "~0.4.2" ,
"grunt-contrib-clean" : "~0.5.0" ,
2017-01-24 10:03:32 +00:00
"grunt-contrib-compass" : "~1.1.1" ,
2013-10-20 06:50:28 +00:00
"grunt-contrib-concat" : "~0.3.0" ,
2014-03-04 15:31:04 +00:00
"grunt-contrib-connect" : "~0.5.0" ,
2017-01-24 10:03:32 +00:00
"grunt-contrib-copy" : "~0.4.1" ,
"grunt-contrib-cssmin" : "~1.0.0" ,
"grunt-contrib-jshint" : "~0.7.2" ,
"grunt-contrib-nodeunit" : "~0.2.0" ,
"grunt-contrib-requirejs" : "^0.3.4" ,
"grunt-contrib-uglify" : "~0.2.2" ,
2014-03-04 15:31:04 +00:00
"grunt-contrib-watch" : "~0.5.2" ,
2013-12-20 11:32:10 +00:00
"grunt-devcode" : "0.0.4-c" ,
2017-07-19 16:46:02 +00:00
"grunt-gh-pages" : "^2.0.0" ,
2017-01-24 10:03:32 +00:00
"grunt-hashres" : "~0.3.4" ,
"grunt-html-validation" : "~0.1.13" ,
2017-05-15 14:09:36 +00:00
"grunt-karma" : "^2.0.0" ,
2013-12-20 11:32:10 +00:00
"grunt-replace" : "~0.5.1" ,
"grunt-string-replace" : "~0.2.7" ,
2013-12-21 13:02:48 +00:00
"grunt-text-replace" : "~0.3.10" ,
2014-03-27 05:46:07 +00:00
"jshint-stylish" : "~0.1.5" ,
2017-05-15 14:09:36 +00:00
"karma" : "^0.13.22" ,
2017-01-24 10:03:32 +00:00
"karma-chrome-launcher" : "~0.1.1" ,
"karma-coffee-preprocessor" : "~0.1.1" ,
2014-03-27 05:46:07 +00:00
"karma-coverage" : "~0.2.1" ,
2017-01-24 10:03:32 +00:00
"karma-firefox-launcher" : "~0.1.2" ,
"karma-html2js-preprocessor" : "~0.1.0" ,
"karma-jasmine" : "~0.1.4" ,
"karma-junit-reporter" : "~0.2.1" ,
"karma-phantomjs2-launcher" : "~0.1.1" ,
"karma-requirejs" : "~0.2.0" ,
"karma-script-launcher" : "~0.1.0" ,
"load-grunt-tasks" : "~0.4.0" ,
"requirejs" : "~2.1.9"
2013-10-20 06:50:28 +00:00
} ,
2013-12-11 20:25:11 +00:00
"scripts" : {
2013-12-14 12:37:07 +00:00
"test" : "grunt test --verbose"
2013-12-11 20:25:11 +00:00
} ,
2013-10-20 06:50:28 +00:00
"engines" : {
"node" : ">=0.8.0"
2020-02-08 09:07:57 +00:00
} ,
"repository" : {
2020-04-27 19:07:38 +00:00
"type" : "git" ,
"url" : "https://github.com/openMF/community-app.git"
2020-02-08 09:07:57 +00:00
} ,
"homepage" : "https://github.com/openMF/community-app"
2013-10-20 06:50:28 +00:00
}