mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 19:18:22 +01:00
25 lines
624 B
JSON
25 lines
624 B
JSON
{
|
|
"name": "ccampbell/chromephp",
|
|
"type": "library",
|
|
"description": "Log variables to the Chrome console (via Chrome Logger Google Chrome extension).",
|
|
"keywords": ["log","logging"],
|
|
"homepage": "http://github.com/ccampbell/chromephp",
|
|
"license": "Apache-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "Craig Campbell",
|
|
"email": "iamcraigcampbell@gmail.com",
|
|
"homepage": "http://craig.is",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.0.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"ChromePhp": ""
|
|
}
|
|
}
|
|
}
|