{ "name": "rsa-pem-from-mod-exp", "version": "0.8.6", "description": "Create RSA Public Key PEM from Modulus and Exponent value in node.js", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/tracker1/node-rsa-pem-from-mod-exp.git" }, "keywords": [ "rsa", "public-key", "pem", "modulus", "exponent" ], "author": "Michael J. Ryan ", "license": "MIT", "bugs": { "url": "https://github.com/tracker1/node-rsa-pem-from-mod-exp/issues" }, "devDependencies": { "mocha": "^10.2.0", "nyc": "^15.1.0", "should": "^13.2.3" }, "scripts": { "test": "nyc mocha" } }