-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
34 lines (34 loc) · 908 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
{
"name": "@mybit/network.js",
"version": "0.0.51",
"description": "API for interacting the MyBit Network SDK",
"main": "index.js",
"scripts": {
"test": "mocha",
"coverage": "nyc --reporter=html --reporter=text mocha",
"blockchain": "mybit-network"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MyBitFoundation/MyBit-Network.website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MyBitFoundation/MyBit-Network.website/issues"
},
"homepage": "https://github.com/MyBitFoundation/MyBit-Network.website#readme",
"dependencies": {
"@mybit/contracts": "0.1.38",
"bignumber.js": "^8.0.2",
"web3": "1.0.0-beta.36"
},
"devDependencies": {
"@mybit/network-chain": "0.1.29",
"fs-extra": "^7.0.1",
"ganache-core": "2.5.3",
"mocha": "^5.2.0",
"nyc": "^13.1.0"
}
}