mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-06 15:41:17 -05:00
32 lines
933 B
JSON
32 lines
933 B
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>",
|
|
"SteveIreland <steve.ireland.de - at - gmail.com>"
|
|
],
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com/"
|
|
},
|
|
"keywords": [
|
|
"point-of-sale",
|
|
"POS"
|
|
],
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-bower": "^0.21.4",
|
|
"grunt-bower-concat": "^1.0.0",
|
|
"grunt-bower-licensechecker": "^0.1.2",
|
|
"grunt-cache-breaker": "^2.0.1",
|
|
"grunt-composer": "^0.4.5",
|
|
"grunt-contrib-clean": "^2.0.1",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-license-bower": "^1.0.1"
|
|
}
|
|
}
|