update meta files
This commit is contained in:
parent
e543911c39
commit
32321ea87d
|
@ -0,0 +1,4 @@
|
|||
*.gz
|
||||
.*.sw*
|
||||
.ignore
|
||||
node_modules
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bluecrypt-keypairs",
|
||||
"version": "0.1.0",
|
||||
"name": "@bluecrypt/acme",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
27
package.json
27
package.json
|
@ -1,30 +1,35 @@
|
|||
{
|
||||
"name": "bluecrypt-keypairs",
|
||||
"version": "0.1.0",
|
||||
"description": "Zero-Dependency Native Browser support for ECDSA P-256 and P-384, and RSA 2048/3072/4096 written in VanillaJS",
|
||||
"main": "server.js",
|
||||
"name": "@bluecrypt/acme",
|
||||
"version": "1.0.0",
|
||||
"description": "Free SSL certificates through Let's Encrypt, right in your browser",
|
||||
"main": "bluecrypt-acme.js",
|
||||
"homepage": "https://rootprojects.org/acme/",
|
||||
"directories": {
|
||||
"lib": "lib"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"bluecrypt-acme.js",
|
||||
"bluecrypt-acme.min.js"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "node server.js",
|
||||
"start": "node server.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.coolaj86.com/coolaj86/bluecrypt-keypairs.js.git"
|
||||
"url": "https://git.coolaj86.com/coolaj86/bluecrypt-acme.js.git"
|
||||
},
|
||||
"keywords": [
|
||||
"ACME",
|
||||
"Let's Encrypt",
|
||||
"browser",
|
||||
"EC",
|
||||
"RSA",
|
||||
"ECDSA",
|
||||
"P-256",
|
||||
"P-384",
|
||||
"bluecrypt",
|
||||
"keypairs",
|
||||
"CSR",
|
||||
"greenlock",
|
||||
"VanillaJS"
|
||||
"VanillaJS",
|
||||
"ZeroSSL"
|
||||
],
|
||||
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||||
"license": "MPL-2.0",
|
||||
|
|
Loading…
Reference in New Issue