Files
opensourcepos/package.json
objecttothis 3b46d1ca80 Added npm-check-updates as a dev-dependency.
- This thing's amazing. just run `ncu` then run `ncu -u` and `npm install`
2023-04-27 21:54:10 -04:00

56 lines
1.7 KiB
JSON

{
"name": "opensourcepos",
"version": "3.4.0",
"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.",
"main": "index.php",
"license": "MIT",
"authors": [
"jekkos <jekkos - at - opensourcepos.org>",
"FrancescoUK <francesco.lodolo.uk - at - gmail.com>",
"objecttothis <objecttothis - 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 tests specified\\\" && exit 1"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"keywords": [
"point-of-sale",
"POS"
],
"devDependencies": {
"grunt": "^1.6.1",
"grunt-bower": "^0.5.0",
"grunt-bower-concat": "^0.1.1",
"grunt-bower-licensechecker": "^0.1.2",
"grunt-bowercopy": "^1.2.5",
"grunt-cache-breaker": "^0.5.6",
"grunt-cli": "^1.4.3",
"grunt-composer": "^0.2.0",
"grunt-contrib-clean": "~2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-concat": "~2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "~5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-license-bower": "~1.0.1",
"grunt-script-link-tags": "^1.0.2",
"grunt-wiredep": "^3.0.1",
"load-grunt-tasks": "^5.1.0",
"npm-check-updates": "^16.6.5"
},
"dependencies": {
"bootstrap-5": "npm:bootstrap@^5.2.3",
"bootswatch-5": "npm:bootswatch@^5.2.3",
"coffeescript": "^2.7.0",
"npm": "^9.4.2",
"npm-check-updates": "^16.6.5"
}
}