-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 853 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
32
33
34
35
36
37
{
"name": "ethereumjs-remote",
"version": "2.2.0",
"description": "Simple asynchronous interaction with smart contracts via remote nodes",
"repository": {
"type": "git",
"url": "https://github.com/stefanhengl/ethereumjs-remote"
},
"bugs": {
"url": "https://github.com/stefanhengl/ethereumjs-remote/issues"
},
"homepage": "https://github.com/stefanhengl/ethereumjs-remote",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"ethereum",
"infura",
"remote",
"function",
"interact"
],
"dependencies": {
"debug": "^3.0.1",
"ethereumjs-tx": "^1.3.3",
"joi": "^11.0.1",
"lodash": "^4.17.4",
"web3": "0.20.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^3.5.3"
},
"author": "Stefan Hengl <[email protected]>",
"license": "MIT"
}