Files
Codiad/composer.json
2013-04-29 21:27:06 +03:00

41 lines
976 B
JSON

{
"name": "codiad/codiad",
"version": "1.0.1",
"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": "Kent Safranski",
"email": "kent@fluidbyte.net"
},
{
"name": "Tim Holum"
},
{
"name": "Gaurab Paul"
},
{
"name": "Shawn A"
},
{
"name": "Florent Galland"
},
{
"name": "Luc Verdier"
},
{
"name": "Danny Morabito",
"email": "codiad@newsocialife.com"
},
{
"name": "Alexander D"
},
{
"name": "Jean-Philippe Zolesio"
},
],
"minimum-stability": "dev",
"require": {
"php": ">=5.2.0"
}
}