UNPKG

nodebb-plugin-pushbullet

Version:

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

35 lines (34 loc) 825 B
{ "name": "nodebb-plugin-pushbullet", "version": "4.3.0", "description": "Allows NodeBB to interface with the Pushbullet service in order to provide push notifications to user mobile phones", "main": "library.js", "repository": { "type": "git", "url": "https://github.com/nodebb/nodebb-plugin-pushbullet" }, "keywords": [ "nodebb", "plugin", "pushbullet", "push notifications" ], "author": { "name": "julianlam", "email": "julian@nodebb.org" }, "license": "MIT", "bugs": { "url": "https://github.com/nodebb/nodebb-plugin-pushbullet/issues" }, "readmeFilename": "README.md", "dependencies": { "escape-html": "^1.0.3", "lru-cache": "^2.5.0", "striptags": "^3.1.1", "unescape-html": "^1.1.0" }, "nbbpm": { "compatibility": "^2.0.0" } }