jsencrypt
Version:
A Javascript library to perform OpenSSL RSA Encryption, Decryption, and Key Generation.
48 lines (47 loc) • 1.25 kB
JSON
{
"name": "jsencrypt",
"version": "3.0.1",
"description": "A Javascript library to perform OpenSSL RSA Encryption, Decryption, and Key Generation.",
"main": "lib/index.js",
"dependencies": {},
"devDependencies": {
"typescript": "^4.1.3",
"webpack": "^5.20.1",
"webpack-cli": "^4.5.0"
},
"files": [
"bin",
"lib"
],
"scripts": {
"build:dev": "tsc && tsc --project tsconfig-def.json && webpack",
"build:prod": "tsc && tsc --project tsconfig-def.json && webpack --config webpack.prod.js",
"build": "npm run build:dev && npm run build:prod",
"serve": "bundle exec jekyll server --config _config.build.yml"
},
"author": "Travis Tidwell <travis@form.io>",
"contributors": [
{
"name": "Travis Tidwell",
"email": "travis@form.io",
"url": "http://github.com/travist"
},
{
"name": "Antonio",
"url": "https://github.com/zoloft"
},
{
"name": "Julio",
"url": "https://github.com/jmgaya"
}
],
"homepage": "http://www.travistidwell.com/jsencrypt",
"repository": {
"type": "git",
"url": "git://github.com/travist/jsencrypt.git"
},
"bugs": {
"url": "http://github.com/travist/jsencrypt/issues"
},
"license": "MIT"
}