mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-02 05:31:10 -05:00
Enable debug=true cookie for full source inclusion in header.php Add template in header.php to inject generated javascript files
27 lines
760 B
JSON
27 lines
760 B
JSON
{
|
|
"name": "opensourcepos",
|
|
"version": "2.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",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jekkos/opensourcepos"
|
|
},
|
|
"keywords": [
|
|
"point-of-sale"
|
|
],
|
|
"author": "jekkos",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-jshint": "~0.6.3",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt-contrib-concat": "~0.5.1",
|
|
"grunt-contrib-uglify": "~0.8.0",
|
|
"grunt-script-link-tags": "~1.0.3"
|
|
}
|
|
}
|