Files
thetempusproject/composer.json
2024-08-04 21:15:59 -04:00

31 lines
1.0 KiB
JSON

{
"name": "thetempusproject/thetempusproject",
"description": "The aim of this project is to provide a simple and stable platform for rapidly prototyping new web applications.",
"type": "project",
"license": "MIT",
"homepage": "https://TheTempusProject.com",
"authors": [
{
"name": "Joey Kimsey",
"email": "Joey@thetempusproject.com",
"homepage": "https://TheTempusProject.com",
"role": "Lead Developer"
}
],
"minimum-stability": "dev",
"require": {
"fortawesome/font-awesome": "4.7",
"thetempusproject/bedrock": "1.0",
"thetempusproject/canary": "1.0",
"thetempusproject/houdini": "1.0",
"twbs/bootstrap": "3.3.7"
},
"autoload": {
"psr-4": {
"TheTempusProject\\Bedrock\\": "vendor/thetempusproject/bedrock",
"TheTempusProject\\Canary\\": "vendor/thetempusproject/canary",
"TheTempusProject\\Houdini\\": "vendor/thetempusproject/houdini"
}
}
}