uasn1.js/package.json

37 lines
821 B
JSON

{
"name": "uasn1",
"version": "0.7.1",
"description": "An insanely minimal ASN.1 builder for X.509 common schemas, specifically SEC1/X9.62 PKCS#8, SPKI/PKIX, PKCS#1 and CSR.",
"homepage": "https://git.coolaj86.com/coolaj86/uasn1.js",
"main": "index.js",
"files": [
"lib"
],
"directories": {
"lib": "lib"
},
"scripts": {
"postinstall": "node lib/telemetry.js event:install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/uasn1.js"
},
"keywords": [
"ASN.1",
"SEC1",
"PKCS#8",
"PKCS#1",
"SPKI",
"PKIX",
"X.509",
"asn1",
"pkcs8",
"pkcs1",
"x509"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0"
}