forked from cgewecke/eth-gas-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 960 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
30
31
32
33
34
35
36
37
38
39
40
{
"name": "eth-gas-reporter",
"version": "0.1.1",
"description": "Mocha reporter which shows gas used per unit test.",
"main": "index.js",
"scripts": {
"test": "./mock/test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cgewecke/eth-gas-reporter.git"
},
"keywords": [
"Ethereum",
"solidity",
"unit-testing",
"truffle",
"gas."
],
"author": "cgewecke <github.com/cgewecke>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cgewecke/eth-gas-reporter/issues"
},
"homepage": "https://github.com/cgewecke/eth-gas-reporter#readme",
"dependencies": {
"abi-decoder": "^1.0.8",
"cli-table2": "^0.2.0",
"colors": "^1.1.2",
"lodash": "^4.17.4",
"req-cwd": "^2.0.0",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"shelljs": "^0.7.8"
},
"devDependencies": {
"ethereumjs-testrpc": "6.0.2",
"truffle": "4.0.0-beta.2"
}
}