UNPKG

pgp-simple

Version:

Simplified wrapper around OpenPGP.js for secure encryption and decryption.

39 lines (38 loc) 950 B
{ "name": "pgp-simple", "version": "0.0.2", "description": "Simplified wrapper around OpenPGP.js for secure encryption and decryption.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "mkdir -p dist && browserify ./index.js -x openpgp -s PGP > dist/pgp-simple.js && cp node_modules/openpgp/dist/openpgp.min.js dist/" }, "author": "GAFO TECH", "license": "MIT", "homepage": "https://github.com/gafotech/pgp-simple#readme", "repository": { "type": "git", "url": "git+https://github.com/gafotech/pgp-somple.git" }, "keywords": [ "PGP", "openpgp", "openpgpjs", "simple" ], "dependencies": { "openpgp": "^4.10.5" }, "devDependencies": { "browserify": "^16.5.1", "browserify-shim": "^3.8.14" }, "browserify": { "transform": [ "browserify-shim" ] }, "browserify-shim": { "openpgp": "global:openpgp" } }