-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1 KB
/
composer.json
File metadata and controls
36 lines (36 loc) · 1 KB
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
{
"name": "mudpi/ui",
"description": "A lightweight web dashboard to monitor MudPi.",
"version": "0.2.0",
"type": "library",
"keywords": ["mudpi", "garden", "ui", "php", "raspberry pi"],
"homepage": "https://mudpi.app",
"time": "2020-01-01",
"authors": [
{
"name": "Eric Davisson",
"email": "eric@mudpi.app",
"homepage": "http://ericdavisson.com",
"role": "Developer"
}
],
"support": {
"email": "info@mudpi.app",
"issues": "https://github.com/mudpi/ui/issues",
"source": "https://github.com/mudpi/ui",
"docs": "https://mudpi.app/docs"
},
"autoload": {
"psr-4": {
"Mudpi\\": "app/",
"Mudpi\\Tools\\": "app/tools/",
"Mudpi\\Ajax\\": "app/ajax/"
},
"files": ["includes/helpers.php", "includes/config.php"]
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}