-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
109 lines (109 loc) · 3.04 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "node-webdollar",
"version": "0.1.2",
"description": "Node of WebDollar",
"main": "index.js",
"scripts": {
"build_terminal_menu": "webpack --config build_webpack/webpack.terminal.menu.config.js",
"build_terminal_worker": "webpack --config build_webpack/webpack.terminal-worker.config.js",
"commands": "npm run build_terminal_menu && npm run build_terminal_worker && node --max_old_space_size=10240 dist_bundle/terminal-menu-bundle.js",
"test": "mocha-webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebDollar/Node-WebDollar.git"
},
"keywords": [
"p2p",
"Blockchain",
"Digital Currency",
"Crypto Currency",
"Sockets",
"webrtc"
],
"author": "WebDollar",
"license": "ISC",
"bugs": {
"url": "https://github.com/WebDollar/Node-WebDollar/issues"
},
"homepage": "https://github.com/WebDollar/Node-WebDollar#readme",
"dependencies": {
"argon2": "^0.19.3",
"argon2-browser": "^1.1.0",
"atob": "^2.0.3",
"babel-plugin-module-alias": "^1.6.0",
"big-integer": "^1.6.26",
"bignumber.js": "^6.0.0",
"bitcoinjs-lib": "^3.3.2",
"body-parser": "^1.18.3",
"bs58": "^4.0.1",
"buffer": "^5.1.0",
"console": "^0.7.2",
"console-error": "0.0.4",
"console-info": "0.0.5",
"console-warn": "0.0.4",
"cors": "^2.8.4",
"events": "^2.0.0",
"express-basic-auth": "^1.1.6",
"express-rate-limit": "^3.3.2",
"fs": "0.0.1-security",
"get-random-values": "^1.2.0",
"https": "^1.0.0",
"ipaddr.js": "^1.6.0",
"is-array-buffer": "^1.0.0",
"jayson": "^2.1.1",
"lodash": "^4.17.11",
"md5": "^2.2.1",
"mnemonic.js": "0.0.1",
"module": "^1.2.5",
"my-ip": "^1.1.1",
"node-gyp": "^3.6.2",
"node-ipc": "^9.1.1",
"opn": "^5.2.0",
"path": "^0.12.7",
"pouchdb": "^6.4.3",
"pouchdb-node": "^6.4.3",
"public-ip": "^2.4.0",
"raven": "^2.6.4",
"readline": "^1.3.0",
"request-promise": "^4.2.2",
"safe-compare": "^1.1.2",
"sanitizer": "^0.1.3",
"socket.io": "2.1.1",
"socket.io-client": "1.7.4",
"tweetnacl": "^1.0.0",
"uuid": "^3.2.1",
"webworkify-webpack": "^2.1.1",
"x509": "^0.3.3",
"zlib": "^1.0.5"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-preset-env": "^1.6.1",
"babel-preset-es2017": "^6.24.1",
"babelify": "^7.3.0",
"chai": "^4.2.0",
"compression-webpack-plugin": "^1.1.9",
"cross-env": "^5.1.3",
"eslint": "^5.10.0",
"express": "^4.16.3",
"extract-text-webpack-plugin": "^3.0.2",
"friendly-errors-webpack-plugin": "^1.6.1",
"istanbul": "^0.4.5",
"mocha": "^4.1.0",
"mocha-loader": "^1.1.3",
"mocha-webpack": "^1.0.1",
"mochawesome": "^2.3.1",
"sinon": "^7.1.1",
"timers-browserify": "^2.0.6",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": "^2.11.0",
"webpack-merge": "^4.1.2",
"webpack-node-externals": "^1.6.0"
},
"optionalDependencies": {
"bufferutil": "^3.0.0",
"utf-8-validate": "2.0.0"
}
}