rasha-fork/package.json

41 lines
886 B
JSON
Raw Permalink Normal View History

2018-11-20 08:02:36 +00:00
{
"name": "rasha",
2018-11-24 08:33:12 +00:00
"version": "1.1.0",
2018-11-23 06:45:53 +00:00
"description": "💯 PEM-to-JWK and JWK-to-PEM for RSA keys in a lightweight, zero-dependency library focused on perfect universal compatibility.",
2018-11-20 08:02:36 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/rasha.js",
"main": "index.js",
"bin": {
"rasha": "bin/rasha.js"
},
"files": [
"bin",
"fixtures",
"lib"
],
"directories": {
"lib": "lib"
},
"scripts": {
"postinstall": "node lib/telemetry.js event:install",
"test": "bash test.sh"
2018-11-20 08:02:36 +00:00
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/rasha.js"
},
2018-11-22 11:10:00 +00:00
"keywords": [
2018-11-20 08:02:36 +00:00
"zero-dependency",
"PEM-to-JWK",
2018-11-23 06:41:39 +00:00
"JWK-to-PEM",
2018-11-20 08:02:36 +00:00
"RSA",
"2048",
"4096",
"asn1",
2018-11-23 06:41:39 +00:00
"x509",
"JWK-to-SSH",
"PEM-to-SSH"
],
2018-11-20 08:02:36 +00:00
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0"
}