mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-31 13:37:54 -05:00
31 lines
693 B
JSON
31 lines
693 B
JSON
{
|
|
"name": "opensourcepos/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",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "jekkos"
|
|
},
|
|
{
|
|
"name": "FrancescoUK"
|
|
}
|
|
],
|
|
"type": "project",
|
|
"keywords": [
|
|
"point-of-sale",
|
|
"POS"
|
|
],
|
|
"homepage": "https://github.com/opensourcepos/opensourcepos",
|
|
"require": {
|
|
"php": "^5.5 || ^7.0",
|
|
"codeigniter/framework": "^3.1",
|
|
"dompdf/dompdf": "^0.7",
|
|
"tamtamchik/namecase": "^1.0",
|
|
"paragonie/random_compat": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsStream": "1.1.*",
|
|
"vlucas/phpdotenv": "^2.4"
|
|
}
|
|
}
|