-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1 KB
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": "monitorchain-interface-library",
"version": "2.0.0",
"description": "NodeJS libraries for interfacing and integrating MonitorChain by subscribers.",
"homepage": "https://monitorchain.com",
"main": "src/interface.js",
"author": " Alexandr Mekh",
"license": "GPL-2.0",
"keywords": [
"monitorchain",
"monitor",
"block explorer",
"solidity",
"ethereum",
"smart contract security",
"blockchain security"
],
"dependencies": {
"await-semaphore": "^0.1.3",
"big-integer": "^1.6.32",
"ethereumjs-wallet": "0.6.0",
"solc": "^0.4.24",
"truffle-hdwallet-provider": "0.0.5",
"web3": "^1.0.0-beta.34",
"xtend": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/ZenchainSoftware/monitorchain-interface-library.git"
},
"scripts": {
"test": "mocha --timeout 20000",
"postinstall": "node src/compile.js"
},
"devDependencies": {
"ganache-cli": "^6.1.6",
"mocha": "^5.2.0",
"nyc": "^13.1.0"
}
}