ethers.js/packages/pbkdf2/package.json

26 lines
630 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"name": "@ethersproject/pbkdf2",
2019-06-01 21:19:43 +03:00
"version": "5.0.0-beta.125",
2019-05-15 01:25:46 +03:00
"description": "Error utility functions for ethers.",
"main": "index.js",
"browser": "browser.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/bytes": ">5.0.0-beta.0",
"@ethersproject/sha2": ">5.0.0-beta.0"
},
"keywords": [
"Ethereum",
"ethers",
"pbkdf2"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
2019-06-01 21:19:43 +03:00
"tarballHash": "0xc2d030f2a2b865e948ddb3106499e04212fc5b285e4c15661e5d8f4110e5e902"
2019-05-15 01:25:46 +03:00
}