{
  "author": "Joyent, Inc",
  "name": "ssh-key-to-pem",
  "description": "Convert an ssh key to PEM format",
  "version": "0.11.1",
  "repository": {
    "type": "git",
    "url": "git://github.com/dominictarr/ssh-key-to-pem.git"
  },
  "engines": {
    "node": ">=0.8"
  },
  "main": "lib/index.js",
  "scripts": {
    "test": "node test/convert.test.js"
  },
  "dependencies": {
    "asn1": "0.1.11",
    "ctype": "0.5.2"
  },
  "devDependencies": {
    "tap": "0.4.2"
  }
}
