-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 881 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 881 Bytes
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
{
"name": "mudpi/mudpi-installer",
"description": "Mudpi installer to download and configure MudPi for linux.",
"version": "0.1.0",
"type": "library",
"keywords": ["mudpi", "automation", "garden", "home", "installer", "bash", "linux", "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/mudpi-installer/issues",
"source": "https://github.com/mudpi/mudpi-installer",
"docs": "https://mudpi.app/docs"
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}