0.10.2
This commit is contained in:
parent
ac1ff1ad4d
commit
97cb6c04b9
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@root/keypairs",
|
"name": "@root/keypairs",
|
||||||
"version": "0.10.1",
|
"version": "0.10.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
20
package.json
20
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@root/keypairs",
|
"name": "@root/keypairs",
|
||||||
"version": "0.10.1",
|
"version": "0.10.2",
|
||||||
"description": "Lightweight, Zero-Dependency RSA and EC/ECDSA crypto for Node.js and Browsers",
|
"description": "Lightweight, Zero-Dependency RSA and EC/ECDSA crypto for Node.js and Browsers",
|
||||||
"main": "keypairs.js",
|
"main": "keypairs.js",
|
||||||
"browser": {
|
"browser": {
|
||||||
|
@ -12,12 +12,26 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node tests"
|
"test": "node tests"
|
||||||
},
|
},
|
||||||
"files": ["*.js", "bin", "lib", "dist"],
|
"files": [
|
||||||
|
"*.js",
|
||||||
|
"bin",
|
||||||
|
"lib",
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/therootcompany/keypairs.js.git"
|
"url": "https://github.com/therootcompany/keypairs.js.git"
|
||||||
},
|
},
|
||||||
"keywords": ["ASN.1", "DER", "PEM", "x509", "RSA", "EC", "ECDSA", "asn1"],
|
"keywords": [
|
||||||
|
"ASN.1",
|
||||||
|
"DER",
|
||||||
|
"PEM",
|
||||||
|
"x509",
|
||||||
|
"RSA",
|
||||||
|
"EC",
|
||||||
|
"ECDSA",
|
||||||
|
"asn1"
|
||||||
|
],
|
||||||
"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",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in New Issue