community-app/package.json
dependabot[bot] 3b06ef34f2
Bump socket.io-parser and karma
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) to 4.2.1 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together.


Updates `socket.io-parser` from 2.3.1 to 4.2.1
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/2.3.1...4.2.1)

Updates `karma` from 0.13.22 to 6.4.1
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v0.13.22...v6.4.1)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
- dependency-name: karma
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-29 03:31:39 +00:00

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.0",
"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": "6.4.1",
"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"
}