19 lines
515 B
JSON
19 lines
515 B
JSON
{
|
|
"name": "mmk2410/rangitaki",
|
|
"description": "A simple PHP blogging engine without any database requirements",
|
|
"type": "project",
|
|
"require": {
|
|
"erusev/parsedown": "^1.6",
|
|
"fguillot/picofeed": "^0.1.18",
|
|
"slim/slim": "^3.0",
|
|
"symfony/yaml": "^3.0"
|
|
},
|
|
"license": "MIT License",
|
|
"authors": [
|
|
{
|
|
"name": "Marcel Kapfer (mmk2410)",
|
|
"email": "marcelmichaelkapfer@yahoo.co.nz"
|
|
}
|
|
],
|
|
"minimum-stability": "stable"
|
|
}
|