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