{ "name": "openpgp", "version": "2.6.2", "license": "LGPL-3.0+", "homepage": "https://openpgpjs.org/", "authors": [ "OpenPGP Development Team (https://github.com/openpgpjs/openpgpjs/graphs/contributors)" ], "description": "OpenPGP.js is a Javascript implementation of the OpenPGP protocol. This is defined in RFC 4880.", "main": [ "dist/openpgp.js", "dist/openpgp.worker.js", "dist/openpgp.min.js", "dist/openpgp.worker.min.js" ], "moduleType": [ "amd", "es6", "globals", "node" ], "keywords": [ "crypto", "gpg", "pgp", "openpgp", "encryption" ], "ignore": [ "**/.*", "dist/*.tgz", "dist/*_debug.js", "node_modules", "bower_components", "test", "tests", "doc" ] }