{
  "name": "pgp-utils",
  "description": "Simple PGP utils",
  "keywords": [
    "crypto",
    "pgp",
    "keybase"
  ],
  "author": "Maxwell Krohn",
  "version": "0.0.35",
  "licenses": [
    {
      "type": "MIT",
      "url": ""
    }
  ],
  "main": "./lib/main.js",
  "directories": {
    "lib": "lib/"
  },
  "homepage": "http://github.com/keybase/pgp-utils",
  "bugs": "https://github.com/keybase/pgp-utils/issues",
  "repository": {
    "type": "git",
    "url": "git://github.com/keybase/pgp-utils.git"
  },
  "dependencies": {
    "iced-error": ">=0.0.8",
    "iced-runtime": ">=0.0.1"
  },
  "devDependencies": {
    "iced-test": ">=0.0.7",
    "iced-coffee-script": ">=1.7.1-e",
    "optimist": "*",
    "colors": "~0.6.2"
  },
  "scripts": {
    "test": "make test"
  }
}