-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.95 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "staking-pool",
"version": "1.0.0",
"description": "A smart-contract based mechanism to distribute tokens over time.",
"keywords": [
"ethereum",
"smart-contracts",
"solidity"
],
"homepage": "https://github.com/muteio/mute-staking-contracts#readme",
"bugs": {
"url": "https://github.com/muteio/mute-staking-contracts/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muteio/mute-staking-contracts.git"
},
"license": "GPL-3.0",
"author": "[email protected]",
"scripts": {
"test": "mocha --exit --recursive test"
},
"pre-commit": {
"run": [
"precommit",
"lint"
]
},
"dependencies": {
"app-root-path": "~2.1.0",
"openzeppelin-solidity": "2.4.0",
"truffle-flattener": "^1.5.0",
"web3": "^1.2.11"
},
"devDependencies": {
"truffle": "5.1.46",
"truffle-hdwallet-provider": "^1.0.17",
"@openzeppelin/gsn-provider": "^0.1.9",
"@openzeppelin/test-environment": "^0.1.2",
"@openzeppelin/test-helpers": "^0.5.4",
"ajv": "^5.0.0",
"bn-chai": "^1.0.1",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"eslint-config-mocha": "0.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^5.3.5",
"eslint-plugin-chai-friendly": "^0.4.1",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-mocha-only": "0.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-spellcheck": "0.0.10",
"eslint-plugin-standard": "^1.3.3",
"eth-gas-reporter": "^0.2.14",
"ganache-core-coverage": "https://github.com/OpenZeppelin/ganache-core-coverage/releases/download/2.5.3-coverage/ganache-core-coverage-2.5.3.tgz",
"mocha": "^7.0.0",
"openzeppelin-eth": "2.0.2",
"pre-commit": "^1.2.2",
"prettier": "^1.12.1",
"solhint": "^2.0.0",
"solidity-coverage": "0.5.8",
"zos-lib": "^2.0.0"
}
}