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" : {
2020-05-15 14:00:45 +00:00
"grunt" : "0.4.5" ,
"grunt-contrib-clean" : "0.5.0" ,
"grunt-contrib-compass" : "1.1.1" ,
"grunt-contrib-concat" : "0.3.0" ,
"grunt-contrib-connect" : "0.5.0" ,
2020-08-06 23:05:53 +00:00
"grunt-contrib-copy" : "0.8.2" ,
2020-05-15 14:00:45 +00:00
"grunt-contrib-cssmin" : "1.0.2" ,
2020-08-06 23:04:44 +00:00
"grunt-contrib-jshint" : "0.12.0" ,
2020-05-15 14:00:45 +00:00
"grunt-contrib-nodeunit" : "0.2.2" ,
2020-08-06 23:10:14 +00:00
"grunt-contrib-requirejs" : "0.4.4" ,
2020-05-15 14:00:45 +00:00
"grunt-contrib-uglify" : "0.2.7" ,
"grunt-contrib-watch" : "0.5.3" ,
2013-12-20 11:32:10 +00:00
"grunt-devcode" : "0.0.4-c" ,
2020-05-15 14:00:45 +00:00
"grunt-gh-pages" : "2.1.0" ,
"grunt-hashres" : "0.3.4" ,
"grunt-html-validation" : "0.1.18" ,
"grunt-karma" : "2.0.0" ,
2020-08-06 23:09:41 +00:00
"grunt-replace" : "0.11.0" ,
2020-05-15 14:00:45 +00:00
"grunt-string-replace" : "0.2.8" ,
"grunt-text-replace" : "0.3.12" ,
"jshint-stylish" : "0.1.5" ,
"karma" : "0.13.22" ,
"karma-chrome-launcher" : "0.1.12" ,
"karma-coffee-preprocessor" : "0.1.3" ,
2020-08-06 23:03:58 +00:00
"karma-coverage" : "0.5.5" ,
2020-05-15 14:00:45 +00:00
"karma-firefox-launcher" : "0.1.7" ,
"karma-html2js-preprocessor" : "0.1.0" ,
"karma-jasmine" : "0.1.6" ,
2020-08-06 23:10:41 +00:00
"karma-junit-reporter" : "0.4.2" ,
2020-05-15 14:00:45 +00:00
"karma-phantomjs2-launcher" : "0.1.6" ,
"karma-requirejs" : "0.2.6" ,
"karma-script-launcher" : "0.1.0" ,
"load-grunt-tasks" : "0.4.0" ,
"requirejs" : "2.1.22"
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
}