{
  "publishConfig": {
    "access": "public"
  },
  "name": "@isomorphic-pgp/parser",
  "version": "0.1.0",
  "description": "An OpenPGP message parser",
  "scripts": {
    "test": "jest --testEnvironment=node --coverage && karma start --single-run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wmhilton/isomorphic-pgp.git"
  },
  "keywords": [
    "openpgp",
    "pgp",
    "gpg"
  ],
  "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": {
    "array-buffer-to-hex": "^1.0.0",
    "base64-js": "^1.3.0",
    "bn.js": "^4.11.8",
    "clz-buffer": "^1.0.0",
    "concat-buffers": "^1.0.0",
    "crc": "^3.8.0",
    "isomorphic-textencoder": "^1.0.1",
    "select-case": "^1.0.0"
  }
}
