UNPKG

jose-jwe-jws

Version:

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.

63 lines (62 loc) 1.75 kB
{ "name": "jose-jwe-jws", "version": "0.2.2", "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" ], "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/square/js-jose.git" }, "scripts": { "build": "grunt", "lint": "eslint lib --fix", "test": "jest" }, "devDependencies": { "@babel/core": "^7.4.5", "@babel/preset-env": "^7.4.5", "@webpack-cli/init": "^0.3.0", "babel": "^6.23.0", "babel-core": "^6.26.3", "babel-jest": "^24.8.0", "babel-loader": "^8.0.4", "babel-plugin-syntax-dynamic-import": "^6.18.0", "coveralls": "^3.0.5", "eslint": "^6.0.1", "eslint-config-standard": "^14.1.0", "eslint-plugin-import": "^2.18.0", "eslint-plugin-jest": "^23.1.1", "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.0", "grunt": "^1.0.4", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-uglify": "^4.0.1", "grunt-eslint": "^22.0.0", "grunt-karma": "^3.0.2", "grunt-karma-coveralls": "^2.5.4", "grunt-run": "^0.8.1", "grunt-webpack": "^3.1.3", "jest": "^24.8.0", "karma": "^4.4.1", "karma-chrome-launcher": "^3.1.0", "karma-coverage": "^2.0.1", "karma-qunit": "^4.0.0", "qunit": "^2.9.2", "terser": "^4.1.2", "uglifyjs-webpack-plugin": "^2.0.1", "webpack": "^4.20.2", "webpack-cli": "^3.1.1" }, "typings": "jose-jwe-jws.d.ts", "main": "dist/jose.min.js" }