mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-10 21:26:35 +01:00
61 lines
1.2 KiB
JSON
Executable File
61 lines
1.2 KiB
JSON
Executable File
{
|
|
"name": "codiad/codiad",
|
|
"type": "application",
|
|
"keywords": ["ide","development","environment","editor"],
|
|
"homepage": "http://www.codiad.com",
|
|
"license": "MIT",
|
|
"description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements. The system is still early in development, and while it has been proven extremely stable please be sure have a backup system if you use it in any production work.",
|
|
"authors": [
|
|
{
|
|
"name": "Isaac Brown @xevidos",
|
|
"email": "xevidos@gmail.com"
|
|
},
|
|
{
|
|
"name": "Kent Safranski @fluidbyte",
|
|
"email": "kent@fluidbyte.net"
|
|
},
|
|
{
|
|
"name": "@tholum"
|
|
},
|
|
{
|
|
"name": "@lorefnon"
|
|
},
|
|
{
|
|
"name": "@tablatronix"
|
|
},
|
|
{
|
|
"name": "@Flolagale"
|
|
},
|
|
{
|
|
"name": "@Verdier"
|
|
},
|
|
{
|
|
"name": "Danny Morabito @newsocialifecom",
|
|
"email": "codiad@newsocialife.com"
|
|
},
|
|
{
|
|
"name": "@daeks"
|
|
},
|
|
{
|
|
"name": "@holblin"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"require":
|
|
{
|
|
"php": ">=5.2.0"
|
|
},
|
|
"require-dev":
|
|
{
|
|
"phing/phing": "2.*",
|
|
"squizlabs/php_codesniffer": "*"
|
|
},
|
|
"extra":
|
|
{
|
|
"installer-paths":
|
|
{
|
|
"apps/{$name}": ["codiad/codiad"]
|
|
}
|
|
}
|
|
}
|