{
  "name": "strong-ursa",
  "version": "0.11.0",
  "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",
  "homepage": "https://github.com/strongloop-forks/ursa",
  "repository": {
    "type": "git",
    "url": "https://github.com/strongloop-forks/ursa.git"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Dan Bornstein",
    "email": "danfuzz@milk.com",
    "url": "http://www.milk.com/"
  },
  "maintainers": [
    {
      "name": "Jeremie Miller",
      "email": "jeremie@jabber.org",
      "url": "http://jeremie.com/"
    }
  ],
  "main": "lib/ursa.js",
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "mocha --recursive --reporter spec",
    "test-watch": "npm test -- -w --reporter min"
  },
  "dependencies": {
    "bindings": "^1.5.0",
    "nan": "^2.13.2"
  },
  "devDependencies": {
    "mocha": "^5.2.0"
  }
}
