forked from akusei/pushover-bash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 841 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 841 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
29
{
"name": "fr3nch13/pushover-bash",
"description": "Pushover Bash Script",
"keywords": ["bash", "pushover", "notifications"],
"homepage": "https://github.com/fr3nch13/pushover-bash",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "akusei",
"role": "Original Creater",
"homepage": "https://github.com/akusei"
},
{
"name": "Brian French",
"role": "Developer",
"homepage": "https://github.com/fr3nch13"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"bin": [
"pushover.sh"
],
"scripts": {
"pushover": "./pushover.sh",
"pushover-validate": "@pushover -x -m Composer Validate",
"pushover-test": "@pushover -p -2 -T Composer Test -m Composer Test"
}
}