mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 11:26:51 +00:00
59 lines
1.9 KiB
JSON
59 lines
1.9 KiB
JSON
{
|
|
"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": {
|
|
"grunt": "1.3.0",
|
|
"grunt-contrib-clean": "2.0.1",
|
|
"grunt-contrib-compass": "1.1.1",
|
|
"grunt-contrib-concat": "1.0.1",
|
|
"grunt-contrib-connect": "3.0.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-cssmin": "3.0.0",
|
|
"grunt-contrib-jshint": "2.1.0",
|
|
"grunt-contrib-nodeunit": "2.1.0",
|
|
"grunt-contrib-requirejs": "1.0.0",
|
|
"grunt-contrib-uglify": "5.0.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-devcode": "0.0.4",
|
|
"grunt-gh-pages": "4.0.0",
|
|
"grunt-hashres": "0.4.1",
|
|
"grunt-html-validation": "0.1.18",
|
|
"grunt-karma": "4.0.0",
|
|
"grunt-replace": "1.0.1",
|
|
"grunt-string-replace": "1.3.1",
|
|
"grunt-text-replace": "0.4.0",
|
|
"jshint-stylish": "2.2.1",
|
|
"karma": "0.13.22",
|
|
"karma-chrome-launcher": "3.1.0",
|
|
"karma-coffee-preprocessor": "1.0.1",
|
|
"karma-coverage": "2.0.3",
|
|
"karma-firefox-launcher": "1.3.0",
|
|
"karma-html2js-preprocessor": "1.1.0",
|
|
"karma-jasmine": "0.1.6",
|
|
"karma-junit-reporter": "2.0.1",
|
|
"karma-phantomjs2-launcher": "0.4.0",
|
|
"karma-requirejs": "1.1.0",
|
|
"karma-script-launcher": "1.0.0",
|
|
"load-grunt-tasks": "5.1.0",
|
|
"requirejs": "2.3.6"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test --verbose"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openMF/community-app.git"
|
|
},
|
|
"homepage": "https://github.com/openMF/community-app"
|
|
}
|