41 lines
917 B
JSON
41 lines
917 B
JSON
{
|
|
"name": "thetempusproject/houdini",
|
|
"type": "library",
|
|
"description": "This library handles creating, managing, and displaying frontend components.",
|
|
"license": "MIT",
|
|
"minimum-stability": "dev",
|
|
"keywords":
|
|
[
|
|
"thetempusproject",
|
|
"php",
|
|
"tools",
|
|
"frontend"
|
|
],
|
|
"homepage": "https://thetempusproject.com/libraries/houdini",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Joey Kimsey",
|
|
"email": "Joey@thetempusproject.com",
|
|
"homepage": "https://JoeyKimsey.com",
|
|
"role": "Lead Developer"
|
|
}
|
|
],
|
|
"require":
|
|
{
|
|
"php": ">=8.1.0",
|
|
"thetempusproject/canary": "1.0.9",
|
|
"thetempusproject/hermes": "1.0.5"
|
|
},
|
|
"autoload":
|
|
{
|
|
"classmap":
|
|
[
|
|
"classes"
|
|
],
|
|
"files":
|
|
[
|
|
"config/constants.php"
|
|
]
|
|
}
|
|
} |