{
  "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.0.0",
  "authors": [
    "jekkos <jeroen.peelaerts - at - gmail.com>",
    "FrancescoUK <francesco.lodolo.uk - at - gmail.com>"
  ],
  "keywords": [
    "point-of-sale",
	"POS"
  ],
  "license": "MIT",
  "homepage": "https://github.com/jekkos/opensourcepos",
  "private": true,
  "moduleType": [
    "globals"
  ],
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "jquery-form": "~3.46.0",
    "jquery-validate": "~1.13.1",
    "jquery": "~1.12.4",
    "jquery-ui": "1.11.4",
    "bootstrap3-dialog": "bootstrap-dialog#^1.35.3",
    "jasny-bootstrap": "^3.1.3",
    "bootswatch": "^3.3.7",
    "smalot-bootstrap-datetimepicker": "^2.3.11",
    "bootstrap-select": "^1.11.2",
    "bootstrap-table": "fde42200",
    "bootstrap-daterangepicker": "^2.1.24",
    "tableExport.jquery.plugin": "1.5.1",
    "chartist": "^0.9.8",
    "chartist-plugin-axistitle": "^0.1.0",
    "chartist-plugin-pointlabels": "^0.0.4",
    "chartist-plugin-tooltip": "^0.0.13",
    "remarkable-bootstrap-notify": "^3.1.3",
    "js-cookie": "^2.1.3",
    "blockUI": "*"
  },
  "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"
      ]
    }
  }
}
