{
  "name": "ghsign",
  "version": "3.0.7",
  "description": "Sign/verify data using your local ssh private key and your public key from Github",
  "main": "index.js",
  "dependencies": {
    "buffer-from": "^1.0.0",
    "debug": "^2.1.3",
    "request": "^2.39.0",
    "ssh-agent": "^0.2.2",
    "ssh-key-to-pem": "^0.11.0",
    "thunky": "^0.1.0"
  },
  "devDependencies": {
    "standard": "^4.5.2"
  },
  "scripts": {
    "test": "standard"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mafintosh/ghsign"
  },
  "keywords": [
    "sign",
    "github"
  ],
  "author": "Mathias Buus",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mafintosh/ghsign/issues"
  },
  "homepage": "https://github.com/mafintosh/ghsign"
}
