Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alokmenghrajani committed Apr 11, 2016
1 parent 71a8c31 commit 6253500
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
{
"name": "jose-jwe-jws",
"version": "0.0.3",
"version": "0.1.0",
"description": "Library to encrypt and decrypt data in JSON Web Encryption (JWE) format and to sign data in JSON Web Signature (JWS) format. Leverages Browser's native web crypto API.",
"keywords": ["crypto", "jwe", "jws", "encrypt", "decrypt", "sign", "verify"],
"keywords": [
"crypto",
"jwe",
"jws",
"encrypt",
"decrypt",
"sign",
"verify"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6253500

Please sign in to comment.