2
0
mirror of synced 2025-02-24 20:18:07 +00:00
ethers.js/packages/pbkdf2/package.json

33 lines
874 B
JSON
Raw Normal View History

2019-05-14 18:25:46 -04:00
{
"name": "@ethersproject/pbkdf2",
2019-09-28 02:36:19 -04:00
"version": "5.0.0-beta.129",
2019-08-22 18:03:33 -04:00
"description": "The PBKDF2 password-pbased key derivation function for ethers.",
"main": "./lib/index.js",
"browser": "./lib/browser.js",
2019-05-14 18:25:46 -04:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/bytes": ">=5.0.0-beta.129",
"@ethersproject/sha2": ">=5.0.0-beta.129"
2019-05-14 18:25:46 -04:00
},
"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",
2019-09-08 02:46:53 -04:00
"ethereum": "donations.ethers.eth",
2019-09-28 02:36:19 -04:00
"tarballHash": "0x6da258e5002fd67ecb8fd718d2cc49684b36b2837f986191952f02a03ab356c3"
2019-05-14 18:25:46 -04:00
}