forked from 2getherGlobal/2GB_Token
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 817 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
{
"name": "erc20_2gb_token",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"scripts": {
"main": "truffle migrate --network main --reset | tee ./test/logs/main.log",
"test": "node ./node_modules/.bin/truffle test | tee ./test/logs/test.log",
"ropsten": "node ./node_modules/.bin/truffle migrate --network ropsten --reset | tee ./test/logs/ropsten.log"
},
"repository": {
"type": "git",
"url": "http://integracion.2getherbank.com/blockchain/ERC20_2GB_Token.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^5.0.1",
"ganache-cli": "^6.0.3",
"truffle": "^4.1.8",
"truffle-hdwallet-provider": "0.0.3"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2"
}
}