ethers.js/packages/pbkdf2/package.json
2020-04-18 05:14:55 -04:00

35 lines
952 B
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"browser": "./lib/browser.js",
"browser.esm": "./lib.esm/browser.js",
"browser.umd": "./lib/browser.js",
"dependencies": {
"@ethersproject/bytes": ">=5.0.0-beta.129",
"@ethersproject/sha2": ">=5.0.0-beta.129"
},
"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"
},
"tarballHash": "0xea2a1c5fca1b47c9af3b0bba9ba7101e2ed6051f861a8e349436ca49c2e92fd6",
"types": "./lib/index.d.ts",
"version": "5.0.0-beta.135"
}