UNPKG

websub-hub

Version:
41 lines (40 loc) 938 B
{ "name": "websub-hub", "version": "0.0.9", "description": "WebSub Hub Server 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", "engines": { "node": ">=8" }, "keywords": [ "webshub-hub", "cli", "websub", "hub" ], "dependencies": { "boom": "^7.2.0", "fastify": "1.9.0", "fastify-boom": "^0.1.0", "fastify-formbody": "^2.0.1", "fastify-mongodb": "0.8.2", "fastify-plugin": "^1.2.0", "got": "^9.0.0", "hoek": "^5.0.3", "hyperid": "^1.4.1", "jsonwebtoken": "^8.3.0", "p-event": "^2.1.0", "p-queue": "^2.4.2", "ws": "^6.0.0" } }