Files
opensourcepos/package.json
dependabot[bot] eacd7d1f07 Bump mout and grunt-wiredep (#3651)
Bumps [mout](https://github.com/mout/mout) to 1.2.4 and updates ancestor dependency [grunt-wiredep](https://github.com/stephenplusplus/grunt-wiredep). These dependencies need to be updated together.


Updates `mout` from 0.9.1 to 1.2.4
- [Release notes](https://github.com/mout/mout/releases)
- [Changelog](https://github.com/mout/mout/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mout/mout/compare/v0.9.1...v1.2.4)

Updates `grunt-wiredep` from 2.0.0 to 3.0.1
- [Release notes](https://github.com/stephenplusplus/grunt-wiredep/releases)
- [Commits](https://github.com/stephenplusplus/grunt-wiredep/compare/v2.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: mout
  dependency-type: indirect
- dependency-name: grunt-wiredep
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 09:17:22 +04:00

56 lines
1.8 KiB
JSON

{
"name": "@opensourcepos/opensourcepos",
"version": "3.3.8",
"description": "Open Source Point of Sale is a web-based point of sale system written in the PHP language. It uses MySQL as the data storage back-end and has a simple user interface.",
"repository": {
"type": "git",
"url": "https://github.com/opensourcepos/opensourcepos"
},
"main": "index.php",
"license": "MIT",
"authors": [
"jekkos <jekkos - at - opensourcepos.org>",
"FrancescoUK <francesco.lodolo.uk - at - gmail.com>"
],
"scripts": {
"install": "composer install & bower install",
"update": "npm update & composer self-update & composer update",
"clean": "grunt clean:composer & grunt clean:bower & grunt clean:npm",
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"keywords": [
"point-of-sale",
"POS"
],
"devDependencies": {
"grunt": "^1.5.3",
"grunt-bower": "^0.21.4",
"grunt-bower-concat": "^1.0.0",
"grunt-bower-licensechecker": "^0.1.2",
"grunt-bowercopy": "^1.2.5",
"grunt-cache-breaker": "^2.0.1",
"grunt-cli": "^1.4.3",
"grunt-composer": "^0.4.5",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-uglify": "~5.0.1",
"grunt-contrib-watch": "~1.1.0",
"grunt-license-bower": "~1.0.1",
"grunt-script-link-tags": "https://github.com/jekkos/grunt-script-link-tags.git#master",
"grunt-wiredep": "^3.0.1",
"load-grunt-tasks": "^3.4.0",
"npm": "^9.4.1"
},
"dependencies": {
"bootstrap": "^5.1.3",
"bootswatch": "^5.1.3"
}
}