UNPKG

node-red-contrib-openpgp-by-bhk

Version:
30 lines (29 loc) 616 B
{ "name": "node-red-contrib-openpgp-by-bhk", "version": "1.0.2", "description": "OpenPGP Node by BHK.", "author": "Ahmed BHK <benhadjkhelifa.ahmed@gmail.com>", "dependencies": { "openpgp": "^5.11.1" }, "homepage": "https://github.com/AhmedBHK2", "repository": { "type": "git", "url": "https://github.com/AhmedBHK2/node-red-contrib-openpgp-bhk" }, "keywords": [ "node-red", "PGP", "OpenPGP" ], "node-red": { "version": ">=2.2.3", "nodes": { "opengpg": "openpgp/openpgp.js" } }, "license": "Apache-2.0", "engines": { "node": ">= 8.0.0" } }