Remove bower.json
This commit is contained in:
parent
175eac5670
commit
89923dad17
36
bower.json
36
bower.json
|
@ -1,36 +0,0 @@
|
||||||
{
|
|
||||||
"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"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user