Initial commit
This commit is contained in:
23
composer.json
Normal file
23
composer.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "noccylabs/ntfi",
|
||||
"description": "A daemon for centralizing pushing events to a ntfy instance",
|
||||
"type": "application",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"NoccyLabs\\Ntfi\\": "src/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Christopher Vagnetoft",
|
||||
"email": "labs@noccy.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"react/react": "^1.4",
|
||||
"symfony/yaml": "^8.0",
|
||||
"psr/log": "^3.0"
|
||||
},
|
||||
"bin": [ "bin/ntfid" ]
|
||||
}
|
||||
Reference in New Issue
Block a user