310 lines
11 KiB
JSON
310 lines
11 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "8990675691531125da9ae6a4bef16a63",
|
|
"packages": [
|
|
{
|
|
"name": "fortawesome/font-awesome",
|
|
"version": "v4.7.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/FortAwesome/Font-Awesome.git",
|
|
"reference": "a8386aae19e200ddb0f6845b5feeee5eb7013687"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a8386aae19e200ddb0f6845b5feeee5eb7013687",
|
|
"reference": "a8386aae19e200ddb0f6845b5feeee5eb7013687",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"jekyll": "1.0.2",
|
|
"lessc": "1.4.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.6.x-dev"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"OFL-1.1",
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Dave Gandy",
|
|
"email": "dave@fontawesome.io",
|
|
"homepage": "http://twitter.com/davegandy",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "The iconic font and CSS framework",
|
|
"homepage": "http://fontawesome.io/",
|
|
"keywords": [
|
|
"FontAwesome",
|
|
"awesome",
|
|
"bootstrap",
|
|
"font",
|
|
"icon"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/FortAwesome/Font-Awesome/issues",
|
|
"source": "https://github.com/FortAwesome/Font-Awesome/tree/v4.7.0"
|
|
},
|
|
"time": "2016-10-24T15:52:54+00:00"
|
|
},
|
|
{
|
|
"name": "thetempusproject/bedrock",
|
|
"version": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.thetempusproject.com/the-tempus-project/bedrock",
|
|
"reference": "c75fc2105955ffb3af56f68ca156f81e51f89488"
|
|
},
|
|
"require": {
|
|
"php": ">=8.1.0",
|
|
"thetempusproject/canary": ">=1.0",
|
|
"thetempusproject/hermes": ">=1.0",
|
|
"thetempusproject/houdini": ">=1.0"
|
|
},
|
|
"default-branch": true,
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"config/constants.php",
|
|
"bin/bedrock.php"
|
|
],
|
|
"classmap": [
|
|
"classes",
|
|
"functions"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Joey Kimsey",
|
|
"email": "Joey@thetempusproject.com",
|
|
"homepage": "https://JoeyKimsey.com",
|
|
"role": "Lead Developer"
|
|
}
|
|
],
|
|
"description": "Bedrock is intended as the core functionality used by The Tempus Project: a rapid prototyping framework. This library utilizes the MVC architecture in addition to a custom templating engine designed to make building web applications simple.",
|
|
"homepage": "https://git.thetempusproject.com/the-tempus-project/bedrock",
|
|
"keywords": [
|
|
"framework",
|
|
"mvc"
|
|
],
|
|
"time": "2024-08-08T05:18:58+00:00"
|
|
},
|
|
{
|
|
"name": "thetempusproject/canary",
|
|
"version": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.thetempusproject.com/the-tempus-project/canary",
|
|
"reference": "be5589533f8c1d0b1c28bac8829333f0077c698d"
|
|
},
|
|
"require": {
|
|
"php": ">=8.1.0"
|
|
},
|
|
"default-branch": true,
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"config/constants.php",
|
|
"bin/canary.php"
|
|
],
|
|
"classmap": [
|
|
"classes"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Joey Kimsey",
|
|
"email": "Joey@thetempusproject.com",
|
|
"homepage": "https://JoeyKimsey.com",
|
|
"role": "Lead Developer"
|
|
}
|
|
],
|
|
"description": "Functionality for tracking, logging, and sending log messages to chrome for debugging.",
|
|
"homepage": "https://git.thetempusproject.com/the-tempus-project/canary",
|
|
"keywords": [
|
|
"debugging",
|
|
"php",
|
|
"thetempusproject",
|
|
"tools"
|
|
],
|
|
"time": "2024-08-08T05:18:19+00:00"
|
|
},
|
|
{
|
|
"name": "thetempusproject/hermes",
|
|
"version": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.thetempusproject.com/the-tempus-project/hermes",
|
|
"reference": "e38f8debefb7097b15cb479184dc869e3e3111c0"
|
|
},
|
|
"require": {
|
|
"php": ">=8.1.0"
|
|
},
|
|
"default-branch": true,
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"config/constants.php"
|
|
],
|
|
"classmap": [
|
|
"classes",
|
|
"functions"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Joey Kimsey",
|
|
"email": "Joey@thetempusproject.com",
|
|
"homepage": "https://JoeyKimsey.com",
|
|
"role": "Lead Developer"
|
|
}
|
|
],
|
|
"description": "Php functions that aid in routing and redirecting; requests and responses.",
|
|
"homepage": "https://git.thetempusproject.com/the-tempus-project/hermes",
|
|
"keywords": [
|
|
"php",
|
|
"routing",
|
|
"thetempusproject",
|
|
"tools"
|
|
],
|
|
"time": "2024-08-08T05:24:32+00:00"
|
|
},
|
|
{
|
|
"name": "thetempusproject/houdini",
|
|
"version": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.thetempusproject.com/the-tempus-project/houdini",
|
|
"reference": "b2d044da64ca1869432dc12b9c98fdb60379ffd9"
|
|
},
|
|
"require": {
|
|
"php": ">=8.1.0",
|
|
"thetempusproject/canary": ">=1.0",
|
|
"thetempusproject/hermes": ">=1.0"
|
|
},
|
|
"default-branch": true,
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"config/constants.php"
|
|
],
|
|
"classmap": [
|
|
"classes"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Joey Kimsey",
|
|
"email": "Joey@thetempusproject.com",
|
|
"homepage": "https://JoeyKimsey.com",
|
|
"role": "Lead Developer"
|
|
}
|
|
],
|
|
"description": "Php functions that aid in creating, managing, and displaying frontend components.",
|
|
"homepage": "https://git.thetempusproject.com/the-tempus-project/houdini",
|
|
"keywords": [
|
|
"frontend",
|
|
"php",
|
|
"thetempusproject",
|
|
"tools"
|
|
],
|
|
"time": "2024-08-08T05:17:27+00:00"
|
|
},
|
|
{
|
|
"name": "twbs/bootstrap",
|
|
"version": "v3.3.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/twbs/bootstrap.git",
|
|
"reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86",
|
|
"reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86",
|
|
"shasum": ""
|
|
},
|
|
"replace": {
|
|
"twitter/bootstrap": "self.version"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.3.x-dev"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jacob Thornton",
|
|
"email": "jacobthornton@gmail.com"
|
|
},
|
|
{
|
|
"name": "Mark Otto",
|
|
"email": "markdotto@gmail.com"
|
|
}
|
|
],
|
|
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
|
|
"homepage": "http://getbootstrap.com",
|
|
"keywords": [
|
|
"JS",
|
|
"css",
|
|
"framework",
|
|
"front-end",
|
|
"less",
|
|
"mobile-first",
|
|
"responsive",
|
|
"web"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/twbs/bootstrap/issues",
|
|
"source": "https://github.com/twbs/bootstrap/tree/master"
|
|
},
|
|
"time": "2016-07-25T15:51:55+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "dev",
|
|
"stability-flags": {
|
|
"thetempusproject/bedrock": 20,
|
|
"thetempusproject/canary": 20,
|
|
"thetempusproject/houdini": 20
|
|
},
|
|
"prefer-stable": true,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.3.0"
|
|
}
|