@plamikcho/pbcrypto
Version:
Password based AES encrypt/decrypt using web crypto api
47 lines (46 loc) • 1.16 kB
JSON
{
"name": "@plamikcho/pbcrypto",
"version": "2.2.1",
"description": "Password based AES encrypt/decrypt using web crypto api",
"private": false,
"main": "dist/index.js",
"homepage": "https://github.com/plamikcho/local-storage-encrypt.git",
"repository": {
"type": "git",
"url": "git+https://github.com/plamikcho/local-storage-encrypt.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.prod.js",
"start": "webpack-dev-server --config webpack.dev.js"
},
"keywords": [
"crypto",
"web",
"pbkdf2",
"localstorage"
],
"files": [
"src/",
"dist/",
"index.d.ts"
],
"author": {
"name": "Plamen Dzhorev",
"email": "plamikcho@gmail.com"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.4",
"babel-loader": "^8.0.5",
"eslint": "^5.15.1",
"eslint-plugin-react": "^7.12.4",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.2.1"
}
}