{
  "name": "ssh-keygen2",
  "version": "0.1.0",
  "description": "Automate ssh-keygen command for generating RSA keypairs",
  "main": "index.js",
  "dependencies": {
    "idgen": "^2.0.2"
  },
  "devDependencies": {
    "mocha": "*"
  },
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/carlos8f/ssh-keygen2.git"
  },
  "homepage": "https://github.com/carlos8f/ssh-keygen2",
  "keywords": [
    "rsa",
    "encryption",
    "crypto",
    "keypair",
    "ssh",
    "pubkey",
    "randomart",
    "pem"
  ],
  "author": "Carlos Rodriguez <carlos@s8f.org> (http://s8f.org/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/carlos8f/ssh-keygen2/issues"
  }
}
