mirror of https://github.com/YGGverse/Pulsar.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
500 B
19 lines
500 B
{ |
|
"name": "yggverse/pulsar", |
|
"description": "RSS Aggregator for Gemini Protocol", |
|
"keywords": [ "yggverse", "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": {} |
|
}
|
|
|