-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.42 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
{
"name": "iz3node",
"version": "1.0.96",
"description": "iZ³ - IZZZIO - fully customizable blockchain platform",
"main": "main.js",
"homepage": "https://izzz.io",
"repository": {
"type": "git",
"url": "https://github.com/Izzzio/iz3node.git"
},
"scripts": {
"depency": "npm install",
"build": "build.sh",
"start": "node main.js",
"test": "cd BigNet/test && test"
},
"dependencies": {
"big-number": "^1.0.0",
"bignumber.js": "^7.2.1",
"blob-util": "^1.3.0",
"body-parser": "^1.18.3",
"commander": "^2.19.0",
"crypto-js": "^3.1.6",
"dnssd": "^0.4.1",
"express": "^4.16.4",
"fs-extra": "^4.0.3",
"http-auth": "^3.2.3",
"isolated-vm": "^1.7.9",
"keypair": "^1.0.1",
"level": "^2.1.2",
"leveldown": "^3.0.2",
"memdown": "^2.0.0",
"moment": "^2.24.0",
"node-rsa": "^0.4.2",
"sqlite3": "git+https://github.com/lailune/node-sqlite3.git",
"sync": "^0.2.5",
"uglify-es": "^3.3.10",
"ws": "^1.1.0"
},
"engines": {
"node": ">=8.2.0"
},
"bugs": {
"url": "https://github.com/Izzzio/iz3node/issues",
"email": "info@izzz.io"
},
"author": "Andrey Nedobyslky <admin@twister-vl.ru> (https://github.com/lailune)",
"license": "Apache 2.0",
"keywords": [
"blockchain",
"p2p",
"peer2peer",
"dlt",
"node",
"bignet",
"iz3",
"izzz",
"izzzio"
],
"bin": {
"iz3node": "./main.js"
}
}