mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-17 13:38:22 +01:00
25 lines
630 B
JSON
Executable File
25 lines
630 B
JSON
Executable File
{
|
|
"name": "giuscris/formwork",
|
|
"description": "A file-based Content Management System (CMS) to make and manage simple sites",
|
|
"type": "project",
|
|
"homepage": "https://github.com/giuscris/formwork",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Giuseppe Criscione"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Formwork\\": "formwork/",
|
|
"Formwork\\Admin\\": "admin/src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.0",
|
|
"mustangostang/spyc": "0.6.2",
|
|
"erusev/parsedown": "^1.6.3",
|
|
"erusev/parsedown-extra": "^0.7.1"
|
|
}
|
|
}
|