UNPKG

client-crypto

Version:

Javascript Crypto Library for browser

55 lines (54 loc) 1.31 kB
{ "name": "client-crypto", "version": "1.5.1", "description": "Javascript Crypto Library for browser", "keywords": [ "aes", "browser", "client", "crypto", "decrypt", "encrypt", "javascript", "js", "rsa", "sha256", "web" ], "homepage": "https://github.com/kingller/client-crypto", "bugs": { "url": "https://github.com/kingller/client-crypto/issues" }, "repository": { "type": "git", "url": "https://github.com/kingller/client-crypto.git" }, "license": "MIT", "author": { "name": "Kingller Tang", "url": "https://github.com/kingller" }, "files": [ "dist/*", "package.json", "README.md" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "npm run clean && tsc --build tsconfig.json", "clean": "rimraf ./dist", "prepublishOnly": "npm run build" }, "dependencies": { "pandora-crypto-browserify": "1.1.1", "pandora-jsencrypt": "3.4.1" }, "devDependencies": { "rimraf": "^5.0.10", "typescript": "^4.2.4" }, "publishConfig": { "registry": "https://registry.npmjs.org" } }