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.

29 lines
649 B

{
"name": "p3k/websub",
"type": "library",
"description": "A library for subscribing to and publishing WebSub feeds",
"keywords": ["websub","pubsubhubbub","pubsub","indieweb","p3k","feed"],
"license": "MIT",
"homepage": "https://github.com/aaronpk/p3k-websub",
"authors": [
{
"name": "Aaron Parecki",
"homepage": "https://aaronparecki.com"
}
],
"require": {
"indieweb/link-rel-parser": "0.1.*",
"p3k/http": "0.1.*",
"p3k/utils": "1.*"
},
"require-dev": {
"predis/predis": "1.*"
},
"autoload": {
"psr-4": {
"p3k\\WebSub\\": "src/p3k/WebSub"
}
},
"autoload-dev": {
}
}