ethers.js/packages/pbkdf2/package.json

32 lines
836 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"name": "@ethersproject/pbkdf2",
"version": "5.0.0-beta.127",
2019-08-23 01:03:33 +03:00
"description": "The PBKDF2 password-pbased key derivation function for ethers.",
"main": "./lib/index.js",
"browser": "./lib/browser.js",
2019-05-15 01:25:46 +03: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-15 01:25:46 +03: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",
"tarballHash": "0x2d139ab6c632757d870af01e0ca9016220828cb07abad2c9b0fe12013b541d69"
2019-05-15 01:25:46 +03:00
}