forked from snissn/0xlitecoin-token
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 864 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
38
{
"name": "ethergoods",
"engines": {
"node": ">=7.6"
},
"version": "0.1.0",
"description": "TODO:",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/admazzola/ethergoods.git"
},
"keywords": [
"ethereum"
],
"author": "admazzola",
"license": "MIT",
"bugs": {
"url": "https://github.com/admazzola/ethergoods/issues"
},
"homepage": "https://github.com/admazzola/ethergoods#readme",
"dependencies": {
"@truffle/hdwallet-provider": "^1.1.1",
"asyncawait": "^1.0.6",
"ethereumjs-tx": "^1.3.3",
"ethereumjs-util": "^5.1.3",
"js-sha3": "^0.6.1",
"leftpad": "^0.0.1",
"openzeppelin-solidity": "^3.2.0",
"web3": "^1.0.0-beta.27"
}
}