fork-openpgpjs/bower.json
2021-02-09 19:25:20 +01:00

37 lines
715 B
JSON

{
"name": "openpgp",
"version": "4.10.10",
"license": "LGPL-3.0+",
"homepage": "https://openpgpjs.org/",
"authors": [
"OpenPGP Development Team <list@openpgpjs.org> (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",
],
"moduleType": [
"amd",
"es6",
"globals",
"node"
],
"keywords": [
"crypto",
"gpg",
"pgp",
"openpgp",
"encryption"
],
"ignore": [
"**/.*",
"dist/*.tgz",
"dist/*_debug.js",
"node_modules",
"bower_components",
"test",
"tests",
"doc"
]
}