Files
opensourcepos/bower.json
jekkos a97929f239 Remove thickbox from bower.json (#328)
Items edit working now (items module only) (#116)
2016-02-16 21:41:02 +01:00

49 lines
1.2 KiB
JSON

{
"name": "opensourcepos",
"version": "2.4.0",
"authors": [
"jekkos <jeroen.peelaerts - at - gmail.com>"
],
"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": "dist/opensourcepos.js",
"keywords": [
"point-of-sale"
],
"license": "MIT",
"homepage": "https://github.com/jekkos/opensourcepos",
"private": true,
"moduleType": [
"globals"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery-bgiframe": "~3.0.1",
"jquery-migrate": "~1.3.0",
"jquery-color": "~2.1.2",
"jquery-form": "~3.46.0",
"jquery-validate": "~1.13.1",
"jquery": "~1.12.0",
"jquery-ui": "1.11.4",
"swfobject": "*",
"tablesorter": "jquery.tablesorter#^2.20.1",
"bootstrap3-dialog": "bootstrap-dialog#^1.34.9",
"jasny-bootstrap": "^3.1.3",
"bootswatch-dist": "3.3.6-flatly",
"smalot-bootstrap-datetimepicker": "^2.3.8"
},
"overrides": {
"bootstrap": {
"main": [
"dist/js/bootstrap.js",
"dist/css/bootstrap.css"
]
}
}
}