-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 958 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 958 Bytes
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
{
"name": "dividen-token",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"remix": "remixd -s ./ --remix-ide https://remix.ethereum.org"
},
"dependencies": {
"@openzeppelin/contracts": "^4.5.0",
"@openzeppelin/contracts-upgradeable": "^4.5.2",
"@openzeppelin/truffle-upgrades": "^1.15.0",
"@remix-project/remixd": "^0.5.7",
"@truffle/hdwallet-provider": "^2.0.4",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"hardhat": "^2.9.2",
"truffle-plugin-verify": "^0.5.24"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/wdcodecn/dividen-token.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wdcodecn/dividen-token/issues"
},
"homepage": "https://github.com/wdcodecn/dividen-token#readme"
}