forked from Tadpole-finance/TadUniswapLiquidityMining
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 790 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
{
"name": "tadgenesismining",
"version": "0.0.1",
"description": "Smart Contract for TAD Genesis Mining",
"main": "contracts/TadGenesisMining.sol",
"directories": {
"test": "test"
},
"dependencies": {
"truffle": "5.1.46",
"truffle-assertions": "0.9.2",
"@openzeppelin/contracts": "3.2.0",
"ganache-cli": "^6.10.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Tadpole-finance/TadGenesisMining.git"
},
"author": "William Sutanto",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tadpole-finance/TadGenesisMining/issues"
},
"homepage": "https://github.com/Tadpole-finance/TadGenesisMining#readme"
}