ethers.js/packages/pbkdf2/package.json

33 lines
874 B
JSON
Raw Normal View History

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