pandora-crypto-browserify
Version:
Javascript Crypto Library for AES and sha256 for browser
51 lines (50 loc) • 1.28 kB
JSON
{
"name": "pandora-crypto-browserify",
"version": "1.1.1",
"description": "Javascript Crypto Library for AES and sha256 for browser",
"keywords": [
"aes",
"browser",
"client",
"crypto",
"decrypt",
"encrypt",
"javascript",
"js",
"sha256",
"web"
],
"homepage": "https://github.com/kingller/pandora-crypto-browserify",
"bugs": {
"url": "https://github.com/kingller/pandora-crypto-browserify/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/kingller/pandora-crypto-browserify.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": {
"browserify-sjcl": "1.0.10",
"pandora-aes-browserify": "1.0.2"
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "^3.9.3"
}
}