@isomorphic-pgp/sign-and-verify
Version:
Create and verify OpenPGP signatures
44 lines (43 loc) • 1.03 kB
JSON
{
"publishConfig": {
"access": "public"
},
"name": "@isomorphic-pgp/sign-and-verify",
"version": "0.0.12",
"main": "index.js",
"description": "Create and verify OpenPGP signatures",
"scripts": {
"test": "jest --testEnvironment=node && karma start --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wmhilton/isomorphic-pgp.git"
},
"keywords": [
"pgp",
"openpgp",
"gpg",
"sign",
"verify"
],
"author": "William Hilton <wmhilton@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wmhilton/isomorphic-pgp/issues"
},
"homepage": "https://github.com/wmhilton/isomorphic-pgp#readme",
"files": [
"**/*.js",
"!__tests__",
"!coverage"
],
"dependencies": {
"@isomorphic-pgp/parser": "^0.0.4",
"@isomorphic-pgp/util": "^0.0.7",
"@wmhilton/crypto-hash": "^1.0.2",
"array-buffer-to-hex": "^1.0.0",
"isomorphic-textencoder": "^1.0.1",
"jsbn": "^1.1.0",
"sha.js": "^2.4.11"
}
}