-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
60 lines (56 loc) · 1.48 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
57
58
59
60
{
"name": "zdevelopers/zeps-gui",
"description": "A route generator, GPS and map displayer for a Minecraft Netherrail network, initially designed for the zcraft server.",
"homepage": "http://zeps.carrade.eu",
"version": "1.8.2",
"license": "CECILL-B",
"type": "project",
"authors": [
{
"name": "Amaury Carrade",
"homepage": "https://amaury.carrade.eu",
"role": "Lead GUI Developer"
},
{
"name": "Florian Cassayre",
"homepage": "https://florian.cassayre.me/",
"role": "Lead Routing API Developer"
},
{
"name": "Adrien Prokopowicz",
"homepage": "https://github.com/ProkopyL",
"role": "Lead Rust Routing API Developer"
}
],
"extra": {
"thanks": [
"Vialonyx",
"CheshireScrat",
"Vayquor",
"Swaps",
"Étholie",
"Jenjeur",
"Pileurs",
"Vayan",
"infinity",
"ProkopyL",
"Black_Lizard",
"Tyrano",
"Bambellop"
]
},
"require": {
"silex/silex": "~1.0",
"twig/twig": "~1.0",
"symfony/twig-bridge": "^2.0",
"doctrine/cache": "^1.6",
"cpliakas/git-wrapper": "~1.0",
"ext-curl": "*",
"ext-iconv": "*"
},
"autoload": {
"psr-4": {
"ZePS\\": "src/ZePS/"
}
}
}