forked from bacula-web/bacula-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.07 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
{
"name": "bacula-web/bacula-web",
"type": "library",
"description": "The open source web based reporting and monitoring tool for Bacula",
"keywords": ["php","reporting","monitoring","bacula"],
"homepage": "http://www.bacula-web.org",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Davide Franco",
"email": "[email protected]",
"homepage": "http://www.bacula-web.org",
"role": "Developer"
}
],
"config": {
"component-dir": "vendor/components"
},
"require": {
"php": ">=5.6.0",
"novus/nvd3": "@stable",
"twbs/bootstrap": "3.3.7",
"eonasdan/bootstrap-datetimepicker": "@stable",
"smarty/smarty": "2.6.28",
"smarty-gettext/smarty-gettext": "1.2",
"components/font-awesome": "4.*",
"1000hz/bootstrap-validator": "@stable"
},
"autoload": {
"classmap": [
"core",
"application"
]
},
"archive": {
"exclude": ["/docs/source", "/docs/theme", ".gitignore", ".eslintrc.yml", ".codeclimate.yml", ".eslintignore", ".csslintrc", ".htpasswd"]
}
}