-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 864 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 864 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
{
"name": "mcn-sanbox",
"version": "0.0.1",
"description": "MonitorChain Developer Sandbox tools",
"main": "reset.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZenchainSoftware/monitorchain-developer-sanbox-tools.git"
},
"keywords": [
"monitorchain",
"monitor",
"block explorer",
"solidity",
"ethereum",
"smart contract security",
"blockchain security"
],
"author": "Alexandr V.Mekh",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/ZenchainSoftware/monitorchain-developer-sanbox-tools/issues"
},
"homepage": "https://monitorchain.com",
"dependencies": {
"big-integer": "^1.6.35",
"config": "^2.0.1",
"truffle-hdwallet-provider": "0.0.6",
"web3": "^1.0.0-beta.36"
}
}