-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 923 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
39
{
"name": "gtx-auction-test",
"version": "1.0.0",
"description": "GTX Auction Test",
"main": "truffle.js",
"directories": {
"test": "test"
},
"dependencies": {
"bignumber.js": "^7.2.1",
"ganache-cli": "^6.1.8",
"openzeppelin-solidity": "^2.0.0",
"truffle-assertions": "^0.5.0",
"web3": "^1.0.0-beta.36"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"sleep": "^5.2.3"
},
"scripts": {
"eth": "ganache-cli",
"start": "truffle migrate --reset --compile-all",
"test": "truffle test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/finterra/Gallactic_Contracts.git"
},
"keywords": [
"GTX"
],
"author": "Finterra",
"license": "MIT",
"bugs": {
"url": "https://github.com/finterra/Gallactic_Contracts/issues"
},
"homepage": "https://github.com/finterra/Gallactic_Contracts#readme"
}