-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
41 lines (41 loc) · 1.1 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
{
"name": "nethesis/nethserver-nethgui",
"description": "Nethgui is the PHP graphical user interface framework for NethServer.",
"require": {
"pimple/pimple": "~2.1",
"mustache/mustache": "~2.6",
"koala-framework/library-mustache-js": "~0.8",
"symfony/Process": "v2.5.2",
"datatables/datatables": "1.10.2",
"DataTables/Plugins": "1.10.2"
},
"repositories": [
{
"type": "package",
"package": {
"name": "DataTables/Plugins",
"version": "1.10.2",
"dist": {
"type": "zip",
"url": "https://github.com/DataTables/Plugins/archive/fa5734b2908382f771047e1486a67405ee4d9b42/Plugins.zip"
}
}
}
],
"license": "GPL-3.0+",
"authors": [
{
"name": "Davide Principi",
"email": "[email protected]"
}
],
"homepage": "http://dev.nethserver.org/projects/nethgui",
"support": {
"email": "[email protected]",
"irc": "irc://irc.freenode.org/nethserver",
"source": "https://github.com/nethesis/nethserver-nethgui"
},
"archive": {
"exclude": ["/Documentation"]
}
}