forked from opengsn/gsn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.15 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"license": "MIT",
"name": "tabookey-gasless",
"repository": {
"url": "https://github.com/tabookey-dev/tabookey-gasless",
"type": "git"
},
"contributors": [
{
"name": "Dror Tirosh",
"email": "[email protected]"
},
{
"name": "Yoav Weiss",
"email": "[email protected]"
},
{
"name": "Shahaf Nacson",
"email": "[email protected]"
},
{
"name": "Alex Forshtat",
"email": "[email protected]"
}
],
"version": "0.1.0",
"dependencies": {
"promisify": "0.0.3",
"es6-promisify": "^6.0.1",
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "^6.0.0",
"abi-decoder": "^1.2.0",
"web3-utils": "^1.0.0-beta.36"
},
"scripts": {
"test": "./restart-relay.sh test",
"web": "./restart-relay.sh web"
},
"devDependencies": {
"truffle-core": "^4.1.14",
"ganache-cli": "^6.2.3",
"run-with-testrpc": "^0.3.0",
"eth-crypto": "^1.2.7",
"web3": "0.20.6",
"eslint": "^5.9.0",
"truffle": "^4.1.14",
"browser-request": "^0.3.3"
},
"main": "src/js/relayclient/relayclient.js",
"description": "Tabookey Gasless Relay Framework"
}