v0.0.1: placeholder
This commit is contained in:
commit
4f938af4c5
6
README.md
Normal file
6
README.md
Normal 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
11
package.json
Normal 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"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user