-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 957 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.3",
"dat": "^13.10.0",
"electron-packager": "^8.7.2",
"errors": "^0.3.0",
"express": "^4.16.3",
"express-ws": "^3.0.0",
"ht-auth": "^0.1.0",
"http-auth": "^3.2.3",
"node-gyp": "^3.6.2",
"node-pty": "^0.6.10",
"request": "^2.85.0",
"request-progress": "^3.0.0",
"tableify": "^1.1.0",
"tar-fs": "^1.16.0",
"tcp-port-used": "^0.1.2",
"typescript": "^2.8.1",
"xterm": "^2.9.2"
},
"devDependencies": {
"electron": "2.0.0-beta.7",
"electron-rebuild": "^1.7.3",
"flow-bin": "^0.47.0"
}
}