Files
opensourcepos/package.json
BudsieBuds 683cde620d Converted login to BS5 and other changes
Converted the login view to Bootstrap and Bootswatch 5. Added an option to change the login form style. Shifted some translations around and added new ones. Partially moved from Bower to NPM, added new branding logo's. Some other small changes and optimizations.
2021-06-15 00:47:34 +02: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>"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/opensourcepos/opensourcepos"
},
"keywords": [
"point-of-sale",
"POS"
],
"devDependencies": {
"grunt": "~1.4.0",
"grunt-apigen": "^0.1.3",
"grunt-bower": "^0.21.0",
"grunt-bower-concat": "^1.0.0",
"grunt-bower-licensechecker": "^0.1.2",
"grunt-bowercopy": "^1.2.5",
"grunt-cache-breaker": "^2.0.1",
"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-es": "github:opensourcepos/grunt-contrib-uglify#harmony",
"grunt-contrib-watch": "~0.5.3",
"grunt-license-bower": "~1.0.1",
"grunt-mocha-webdriver": "^1.2.2",
"grunt-script-link-tags": "git://github.com/jekkos/grunt-script-link-tags.git#master",
"grunt-wiredep": "^2.0.0",
"load-grunt-tasks": "^3.4.0",
"mocha": "^2.2.1",
"phantomjs": "~1.9.2",
"wd": "^0.3.3"
},
"dependencies": {
"bootstrap": "^3.4.1",
"bootstrap-5": "npm:bootstrap@^5.0.1",
"bootswatch": "^3.4.1",
"bootswatch-5": "npm:bootswatch@^5.0.1",
"npm": "^6.14.9"
}
}