websub-hub-publisher
Version:
WebSub Hub publisher for NodeJs
33 lines (32 loc) • 707 B
JSON
{
"name": "websub-hub-publisher",
"version": "0.0.9",
"description": "WebSub Hub publisher for NodeJs",
"main": "./index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hemerajs/websub-hub.git"
},
"author": "Dustin Deus <deusdustin@gmail.com> (http://www.starptech.de)",
"license": "ISC",
"bugs": {
"url": "https://github.com/hemerajs/websub-hub/issues"
},
"homepage": "https://github.com/hemerajs/websub-hub#readme",
"bin": {
"websub-hub": "./lib/bin.js"
},
"engines": {
"node": ">=8"
},
"keywords": [
"webshub-hub",
"publisher",
"websub",
"hub"
],
"dependencies": {
"got": "^9.0.0",
"hoek": "^5.0.3"
}
}