-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
39 lines (39 loc) · 994 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
{
"name": "BitCoenWallet",
"version": "1.2.0",
"description": "BitCoenWallet based Izzzio blockchain core",
"main": "main.js",
"homepage": "https://bitcoen.io",
"scripts": {
"depency": "npm install && cd shell && npm install",
"build": "build.sh",
"start": "node main.js"
},
"dependencies": {
"blob-util": "^1.3.0",
"body-parser": "^1.18.2",
"commander": "^2.14.1",
"crypto-js": "^3.1.6",
"express": "^4.17.1",
"fs-extra": "^4.0.3",
"http-auth": "^3.2.3",
"keypair": "^1.0.1",
"level": "^2.1.2",
"leveldown": "^3.0.0",
"memdown": "^2.0.0",
"moment": "^2.20.1",
"node-rsa": "^0.4.2",
"sqlite3": "^4.0.6",
"sync": "^0.2.5",
"ws": "^1.1.0"
},
"engines": {
"node": ">=8.2.0"
},
"bugs": {
"url": "https://github.com/Izzzio/BitCoenWallet/issues",
"email": "info@izzz.io"
},
"author": "Andrey Nedobyslky <admin@twister-vl.ru> (https://github.com/lailune)",
"license": "Apache 2.0"
}