forked from WaveringAna/eleos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 950 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
40
41
42
43
{
"name": "Eleos",
"version": "0.0.6",
"description": "A minimal Equihash wallet",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": "https://github.com/zencashio/eleos",
"keywords": [
"zencash",
"zclassic",
"equihash",
"zcash",
"wallet"
],
"author": "Zen Team",
"license": "CPAL-1.0",
"dependencies": {
"binding": "^3.0.1",
"dat": "^13.6.0",
"electron-packager": "^8.7.1",
"errors": "^0.3.0",
"express": "^4.15.3",
"express-ws": "^3.0.0",
"ht-auth": "^0.1.0",
"http-auth": "^3.1.3",
"node-gyp": "^3.6.2",
"node-pty": "^0.6.6",
"request": "^2.81.0",
"request-progress": "^3.0.0",
"tableify": "^1.0.1",
"tar-fs": "^1.15.3",
"tcp-port-used": "^0.1.2",
"typescript": "^2.3.4",
"xterm": "^2.7.0"
},
"devDependencies": {
"electron": "^1.7.2",
"electron-rebuild": "^1.5.11",
"flow-bin": "^0.47.0"
}
}