UNPKG

pusher-js-auth

Version:

Pusher plugin for batching auth requests in one HTTP call

39 lines (38 loc) 762 B
{ "name": "pusher-js-auth", "version": "4.0.1", "license": "MIT", "description": "Pusher plugin for batching auth requests in one HTTP call", "main": "lib/pusher-auth.js", "types": "lib/pusher-auth.d.ts", "keywords": [ "pusher", "client", "auth" ], "peerDependencies": { "pusher-js": "^7" }, "peerDependenciesMeta": { "pusher-js": { "optional": true } }, "devDependencies": { "pusher-js": "^7" }, "author": "Dirk Bonhomme <dirk@bytelogic.be>", "contributors": [ { "name": "Christophe Coevoet", "url": "https://github.com/stof" } ], "repository": { "type": "git", "url": "git://github.com/dirkbonhomme/pusher-js-auth" }, "files": [ "lib/" ] }