forked from Codiad/Codiad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
56 lines (56 loc) · 1.15 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"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": "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"]
}
}
}