ethers.js/packages/signing-key/package.json

33 lines
907 B
JSON
Raw Permalink Normal View History

2019-05-14 22:25:46 +00:00
{
"author": "Richard Moore <me@ricmoo.com>",
2019-05-14 22:25:46 +00:00
"dependencies": {
"@ethersproject/bytes": ">=5.0.0-beta.129",
"@ethersproject/logger": ">=5.0.0-beta.129",
"@ethersproject/properties": ">=5.0.0-beta.131",
"elliptic": "6.5.2"
2019-05-14 22:25:46 +00:00
},
"description": "Elliptic curve library functions for the secp256k1 curve.",
"ethereum": "donations.ethers.eth",
2019-05-14 22:25:46 +00:00
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/signing-key",
2019-05-14 22:25:46 +00: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"
},
"tarballHash": "0x362ba6d101842859c8aa83120e4cec9d3970d345e681cba20c9fcf84838410fb",
"types": "./lib/index.d.ts",
"version": "5.0.0-beta.135"
2019-05-14 22:25:46 +00:00
}