mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-30 13:07:55 -05:00
79 lines
2.2 KiB
JSON
79 lines
2.2 KiB
JSON
{
|
|
"name": "opensourcepos",
|
|
"description": "Open Source Point of Sale is a web based POS system written in the PHP language. It uses MySQL as backend and has a simple user interface",
|
|
"version": "3.3.2",
|
|
"license": "MIT",
|
|
"authors": [
|
|
"jekkos <jeroen.peelaerts - at - gmail.com>",
|
|
"FrancescoUK <francesco.lodolo.uk - at - gmail.com>"
|
|
],
|
|
"keywords": [
|
|
"point-of-sale",
|
|
"POS"
|
|
],
|
|
"homepage": "https://github.com/opensourcepos/opensourcepos",
|
|
"private": true,
|
|
"moduleType": [
|
|
"globals"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"jquery-form": "~4.2.2",
|
|
"jquery-validate": "~1.17.0",
|
|
"jquery": "~2.1.4",
|
|
"jquery-ui": "~1.11.4",
|
|
"bootstrap3-dialog": "https://github.com/nakupanda/bootstrap3-dialog.git#master",
|
|
"jasny-bootstrap": "~3.1.3",
|
|
"bootswatch": "^3.4.1",
|
|
"smalot-bootstrap-datetimepicker": "~2.4.4",
|
|
"bootstrap-select": "~1.12.4",
|
|
"bootstrap-table": "~1.12.2",
|
|
"bootstrap-daterangepicker": "~2.1.27",
|
|
"tableExport.jquery.plugin": "1.5.1",
|
|
"chartist": "0.9.8",
|
|
"chartist-plugin-axistitle": "0.0.5",
|
|
"chartist-plugin-pointlabels": "0.0.4",
|
|
"chartist-plugin-tooltip": "https://github.com/tmmdata/chartist-plugin-tooltip.git#0.0.18",
|
|
"chartist-plugin-barlabels": "https://github.com/mtgibbs/chartist-plugin-barlabels.git#0.0.5",
|
|
"remarkable-bootstrap-notify": "~3.1.3",
|
|
"js-cookie": "~2.1.4",
|
|
"bootstrap-tagsinput": "~0.8.0",
|
|
"bootstrap-toggle": "^2.2.2"
|
|
},
|
|
"resolutions": {
|
|
"jquery": "~1.12.4"
|
|
},
|
|
"overrides": {
|
|
"jquery-ui": {
|
|
"main": [
|
|
"themes/base/jquery-ui.css",
|
|
"jquery-ui.js"
|
|
]
|
|
},
|
|
"table-export": {
|
|
"main": [
|
|
"tableExport.js"
|
|
]
|
|
},
|
|
"bootstrap-table": {
|
|
"main": [
|
|
"src/bootstrap-table.js",
|
|
"src/bootstrap-table.css",
|
|
"dist/extensions/export/bootstrap-table-export.js",
|
|
"dist/extensions/mobile/bootstrap-table-mobile.js",
|
|
"dist/extensions/sticky-header/bootstrap-table-sticky-header.js",
|
|
"dist/extensions/sticky-header/bootstrap-table-sticky-header.css"
|
|
]
|
|
}
|
|
},
|
|
"resolutions": {
|
|
"chartist": "0.9.8"
|
|
}
|
|
}
|