2
0
mirror of synced 2025-02-25 04:25:16 +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-10-17 01:12:03 +09:00
"version": "5.0.0-beta.130",
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-10-17 01:12:03 +09:00
"tarballHash": "0x651055cd5285ef7b65cd5dca61081ce9a3b0391d3ca44fb78c2a4aa99e42ad29"
2019-05-14 18:25:46 -04:00
}