From 89923dad1772e009e8dc7421a44e4ae96bd58746 Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Sun, 3 May 2020 00:43:48 +0200 Subject: [PATCH] Remove bower.json --- bower.json | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 bower.json diff --git a/bower.json b/bower.json deleted file mode 100644 index 60f3ea58..00000000 --- a/bower.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "openpgp", - "version": "4.10.10", - "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", - ], - "moduleType": [ - "amd", - "es6", - "globals", - "node" - ], - "keywords": [ - "crypto", - "gpg", - "pgp", - "openpgp", - "encryption" - ], - "ignore": [ - "**/.*", - "dist/*.tgz", - "dist/*_debug.js", - "node_modules", - "bower_components", - "test", - "tests", - "doc" - ] -}