From 4f938af4c541ca3de077a666c4280671662b78c2 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 20 Nov 2018 01:05:27 -0700 Subject: [PATCH] v0.0.1: placeholder --- README.md | 6 ++++++ package.json | 11 +++++++++++ 2 files changed, 17 insertions(+) create mode 100644 README.md create mode 100644 package.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..f539e31 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +RSA-CSR.js +========== + +I just finished [ECDSA-CSR.js](https://git.coolaj86.com/coolaj86/ecdsa-csr.js) and I've already got working code for RSA-CSR.js, but I've got to give it some polish. + +In the meantime, I'm squatting the module name. Expect it within the week. diff --git a/package.json b/package.json new file mode 100644 index 0000000..d217376 --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "rsa-csr", + "version": "0.0.1", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "AJ ONeal (https://coolaj86.com/)", + "license": "MPL-2.0" +}