45 lines
985 B
JSON
45 lines
985 B
JSON
{
|
|
"name": "rsa-compat",
|
|
"version": "1.6.1",
|
|
"description": "RSA utils that work on Windows, Mac, and Linux with or without C compiler",
|
|
"main": "node.js",
|
|
"bin": {
|
|
"rsa-keygen-js": "bin/rsa-keygen.js"
|
|
},
|
|
"scripts": {
|
|
"test": "node tests"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.coolaj86.com/coolaj86/rsa-compat.js.git"
|
|
},
|
|
"keywords": [
|
|
"RSA",
|
|
"ursa",
|
|
"forge",
|
|
"certificate",
|
|
"tls",
|
|
"ssl",
|
|
"windows",
|
|
"mac",
|
|
"linux",
|
|
"key",
|
|
"jwk"
|
|
],
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"bugs": {
|
|
"url": "https://git.coolaj86.com/coolaj86/rsa-compat.js/issues"
|
|
},
|
|
"homepage": "https://git.coolaj86.com/coolaj86/rsa-compat.js#readme",
|
|
"dependencies": {
|
|
"node-forge": "^0.7.6"
|
|
},
|
|
"optionalDependencies": {
|
|
"ursa-optional": "^0.9.6"
|
|
},
|
|
"trulyOptionalDependencies": {
|
|
"buffer-v6-polyfill": "^1.0.3"
|
|
}
|
|
}
|