28 lines
496 B
JSON
28 lines
496 B
JSON
{
|
|
"name": "tpsoft/nutrio",
|
|
"description": "Backend pre jedalnicky s vypoctom kalorii.",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TPsoft\\Nutrio\\": "src/"
|
|
},
|
|
"files": [
|
|
"config/Configuration.php"
|
|
]
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "igor",
|
|
"email": "mino@tpsoft.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"tpsoft/apilite": "^1.0",
|
|
"tpsoft/dbmodel": "^1.1"
|
|
},
|
|
"scripts": {
|
|
"model": "php scripts/createModel.php",
|
|
"build": "php scripts/buildTypeScript.php"
|
|
}
|
|
} |