UNPKG

nodebb-plugin-pushbullet

Version:

Allows NodeBB to interface with the Pushbullet service in order to provide push notifications to user mobile phones

21 lines 775 B
{ "id": "nodebb-plugin-pushbullet", "name": "Pushbullet Notifications", "description": "Allows NodeBB to interface with the Pushbullet service in order to provide push notifications to user mobile phones", "url": "https://github.com/nodebb/nodebb-plugin-pushbullet", "library": "./library.js", "hooks": [ { "hook": "static:app.load", "method": "init" }, { "hook": "filter:admin.header.build", "method": "addMenuItem" }, { "hook": "action:notification.pushed", "method": "push" }, { "hook": "filter:user.profileMenu", "method": "addProfileItem" } ], "templates": "static/templates", "less": [ "static/style.less" ], "modules": { "../admin/plugins/pushbullet.js": "static/lib/admin.js", "../client/pushbullet/settings.js": "lib/client-settings.js" } }