2019-05-15 01:25:46 +03:00
|
|
|
{
|
|
|
|
"name": "@ethersproject/experimental",
|
2019-08-02 09:32:32 +03:00
|
|
|
"version": "5.0.0-beta.127",
|
2019-05-15 01:25:46 +03:00
|
|
|
"description": "Experimental libraries for ethers. These should not be considered stable.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@ethersproject/web": ">5.0.0-beta.0",
|
|
|
|
"ethers": ">5.0.0-beta.0",
|
|
|
|
"scrypt-js": "2.0.4"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers"
|
|
|
|
],
|
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2019-08-02 09:32:32 +03:00
|
|
|
"tarballHash": "0x2b48abe96aa08a179308a471fb55cba045314e16b4b002a7339a0d3891821c52"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|