mirror of
https://github.com/YGGverse/Pulsar.git
synced 2025-03-13 05:41:21 +00:00
22 lines
567 B
JSON
22 lines
567 B
JSON
{
|
|
"name": "yggverse/pulsar",
|
|
"description": "RSS aggregator for different protocols",
|
|
"keywords": [ "yggverse", "nex", "nex-protocol", "gemini", "gemini-protocol", "gemtext", "gmi", "rss", "feed", "converter", "aggregator" ],
|
|
"homepage": "https://github.com/yggverse/pulsar",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Yggverse\\Pulsar\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "YGGverse"
|
|
}
|
|
],
|
|
"require": {
|
|
"cboden/ratchet": "^0.4.4"
|
|
}
|
|
}
|