v0.0.1: placeholder

This commit is contained in:
AJ ONeal 2018-11-20 01:05:27 -07:00
commit 4f938af4c5
2 changed files with 17 additions and 0 deletions

6
README.md Normal file
View File

@ -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.

11
package.json Normal file
View File

@ -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 <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0"
}