{
  "name": "opensshpubkey-to-x509-converter",
  "version": "0.0.6",
  "description": "Convert an OpenSSH public key into a x.509 public key.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JacopoDaeli/opensshpubkey-to-x509-converter.git"
  },
  "keywords": [
    "RSA",
    "OpenSSH",
    "Public Key",
    "x.509",
    "Crypto"
  ],
  "author": "Jacopo Daeli <jacopo.daeli@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JacopoDaeli/opensshpubkey-to-x509-converter/issues"
  },
  "homepage": "https://github.com/JacopoDaeli/opensshpubkey-to-x509-converter#readme",
  "dependencies": {
    "asn1": "^0.2.2",
    "ssh2-streams": "git+ssh://git@github.com/JacopoDaeli/ssh2-streams.git"
  },
  "devDependencies": {
  }
}
