summaryrefslogtreecommitdiffstats
path: root/package.json
blob: bc89b1a494d87f438157302cb7994104b534e52f (plain) (blame)
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
{
  "name": "governance",
  "version": "1.0.0",
  "description": "DEXON governance contract for EVM",
  "main": "truffle.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "solc": "^0.5.9"
  },
  "devDependencies": {
    "async": "^3.0.1",
    "ganache-cli": "^6.4.4",
    "openzeppelin-solidity": "^2.3.0",
    "truffle": "^5.0.22",
    "truffle-flattener": "^1.3.0",
    "truffle-hdwallet-provider": "^1.0.10",
    "web3": "^1.0.0-beta.55"
  },
  "scripts": {
    "test": "truffle test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dexon-foundation/governance.git"
  },
  "author": "DEXON foundation authors",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dexon-foundation/governance/issues"
  },
  "homepage": "https://github.com/dexon-foundation/governance#readme"
}