2
0
mirror of synced 2025-02-24 12:08:10 +00:00
ethers.js/packages/pbkdf2/package.json
2019-09-28 02:36:19 -04:00

33 lines
874 B
JSON

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