forked from trufflesuite/truffle-hdwallet-provider
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
31 lines (31 loc) · 933 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "truffle-hdwallet-provider-privkey",
"version": "1.0.3",
"description": "HD Wallet-enabled Web3 provider for use with raw private key",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhlsthrm/truffle-hdwallet-provider-privkey.git"
},
"keywords": [
"ethereum"
],
"author": "Rahul Sethuram <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rhlsthrm/truffle-hdwallet-provider-privkey/issues"
},
"homepage": "https://github.com/rhlsthrm/truffle-hdwallet-provider-privkey#readme",
"devDependencies": {
"standard": "^10.0.3"
},
"dependencies": {
"ethereumjs-tx": "^1.3.4",
"ethereumjs-wallet": "^0.6.0",
"web3": "1.0.0-beta.33",
"web3-provider-engine": "git+https://github.com/cgewecke/provider-engine.git#web3-one"
}
}