UNPKG

hanewinpgp

Version:

PGP / GnuPG / OpenPGP Message Encryption in JavaScript by Herbert Hanewinkel.

46 lines (45 loc) 1.11 kB
{ "name": "hanewinpgp", "version": "0.2.0", "main": "./dist/hanewinpgp.js", "description": "PGP / GnuPG / OpenPGP Message Encryption in JavaScript by Herbert Hanewinkel.", "keywords": [ "pgp", "openpgp", "gpg", "gnupg" ], "homepage": "https://github.com/dossy/hanewinpgp#readme", "bugs": "https://github.com/dossy/hanewinpgp/issues", "author": { "name": "Herbert Hanewinkel", "url": "https://www.hanewin.net/" }, "maintainers": [ { "name": "Dossy Shiobara", "email": "dossy@panoptic.com", "url": "http://panoptic.com/" } ], "repository": { "type": "git", "url": "git@github.com:dossy/hanewinpgp.git" }, "scripts": { "test": "make test" }, "license": "SEE LICENSE IN LICENSE", "devDependencies": { "browserify": "^14.4.0", "browserstack-runner": "dossy/browserstack-runner#add_nodeunit", "jsdoc-to-markdown": "^3.0.0", "jshint": "^2.9.5", "jshint-stylish": "^2.2.1", "nodeunit": "^0.9.5", "random-js": "^1.0.8", "tmp": "0.0.33", "uglify-js": "<3.0.0" }, "dependencies": {} }