ethers.js/packages/pbkdf2/package.json
2020-11-16 23:07:24 -05:00

39 lines
965 B
JSON

{
"_ethers.alias": {
"pbkdf2.js": "browser-pbkdf2.js"
},
"author": "Richard Moore <me@ricmoo.com>",
"browser": {
"./lib/pbkdf2": "./lib/browser-pbkdf2.js"
},
"dependencies": {
"@ethersproject/bytes": "^5.0.4",
"@ethersproject/sha2": "^5.0.3"
},
"description": "The PBKDF2 password-pbased key derivation function for ethers.",
"ethereum": "donations.ethers.eth",
"keywords": [
"Ethereum",
"ethers",
"pbkdf2"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/pbkdf2",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x46912cc87a26b5d8d2d69f9592260f6acbf30e21b267f75273f2637d1882b20a",
"types": "./lib/index.d.ts",
"version": "5.0.5"
}