{
  "name": "pem-jwk",
  "version": "2.0.0",
  "description": "convert between PEM and JWK formats",
  "main": "index.js",
  "bin": "./bin/pem-jwk.js",
  "engines": {
    "node": ">=5.10.0"
  },
  "scripts": {
    "test": "tap test"
  },
  "license": "MPL-2.0",
  "dependencies": {
    "asn1.js": "^5.0.1"
  },
  "devDependencies": {
    "tap": "^12.1.1"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dannycoates/pem-jwk.git"
  },
  "bugs": {
    "url": "https://github.com/dannycoates/pem-jwk/issues"
  },
  "homepage": "https://github.com/dannycoates/pem-jwk"
}
