-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.24 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.24 KB
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
{
"name": "tradedtokencontact",
"version": "1.0.0",
"description": "Contract for issuing tokens to be sold to others, and traded on exchanges.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Intercoin/TradedTokenContact.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Intercoin/TradedTokenContact/issues"
},
"homepage": "https://github.com/Intercoin/TradedTokenContact#readme",
"dependencies": {
"@openzeppelin/contracts-upgradeable": "^4.0.0",
"@openzeppelin/test-helpers": "^0.5.10",
"@openzeppelin/truffle-upgrades": "^1.5.0",
"@openzeppelin/upgrades": "^2.8.0",
"@truffle/contract": "^4.3.19",
"@truffle/hdwallet-provider": "1.0.40",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"abdk-libraries-solidity": "^2.5.0",
"dotenv": "^8.2.0",
"quorum-js": "^0.3.6",
"truffle": "^5.1.35",
"truffle-assertions": "^0.9.2",
"truffle-contract-size": "^2.0.1",
"web3": "^1.0.0-beta.55"
},
"devDependencies": {
"eth-gas-reporter": "^0.2.22",
"fs-extra": "*",
"truffle-plugin-verify": "^0.5.7"
}
}