{
  "name": "ursa-optional",
  "version": "0.10.2",
  "keywords": [
    "crypto",
    "key",
    "openssl",
    "private",
    "public",
    "rsa",
    "sign",
    "signature",
    "verify",
    "verification",
    "hash",
    "digest"
  ],
  "description": "RSA public/private key OpenSSL bindings for node and io.js",
  "license": "Apache-2.0",
  "author": "Dan Bornstein <danfuzz@milk.com> (http://www.milk.com/)",
  "maintainers": [
    "Jeremie Miller <jeremie@jabber.org> (http://jeremie.com/)",
    "Maciej Krüger <mkg20001@gmail.com> (https://mkg20001.io/)"
  ],
  "main": "lib/ursa.js",
  "browser": {
    "lib/ursa.js": "./browser.js"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "mocha --recursive --reporter spec",
    "test-watch": "npm test -- -w --reporter min",
    "install": "node rebuild.js",
    "rebuild": "node-gyp rebuild"
  },
  "dependencies": {
    "bindings": "^1.5.0",
    "nan": "^2.14.2"
  },
  "devDependencies": {
    "mocha": "^8.2.1"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mkg20001/ursa.git"
  },
  "bugs": {
    "url": "https://github.com/mkg20001/ursa/issues"
  },
  "homepage": "https://github.com/mkg20001/ursa#readme"
}
