forked from HorizenOfficial/eleos
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (59 loc) · 1.94 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
{
"name": "eleos-for-zclassic",
"productName": "Eleos for ZClassic",
"description": "A minimal Equihash wallet",
"version": "1.0.0",
"main": "main.js",
"keywords": [
"zclassic",
"equihash",
"wallet"
],
"author": "ZClassic Development Team",
"license": "CPAL-1.0",
"devDependencies": {
"electron": ">=9.4.0",
"electron-installer-dmg": "*",
"electron-installer-windows": "^0.2.0",
"electron-packager": "^8.1.0",
"electron-winstaller": "^2.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/michaelotis/eleos.git"
},
"scripts": {
"start": "electron .",
"package-win": "electron-packager . ZClassic-Eleos-Wallet --overwrite --platform=win32 --arch=x64 --icon=assets/icons/zcl.ico --prune=true --out=release-builds --version-string.CompanyName=Otis --version-string.FileDescription=\"ZClassic Eleos Wallet\" --version-string.ProductName=\"ZClassic Eleos Wallet\"",
"package-mac": "electron-packager ./ ZClassic --overwrite --platform=darwin --arch=x64 --prune=true --out=release-builds",
"create-installer-mac": "electron-installer-dmg ./release-builds/zclassic-darwin-x64/zclassic.app zclassic --out=release-builds --overwrite",
"create-installer-win": "node createinstaller.js"
},
"dependencies": {
"binding": "^3.0.3",
"dat": "^13.7.0",
"electron-context-menu": "*",
"errors": "^0.3.0",
"express": "^4.15.3",
"hosted-git-info": ">=2.8.9"
"express-ws": "^3.0.0",
"ht-auth": "^0.1.0",
"http-auth": "^3.2.3",
"jquery": "^3.2.1",
"jsdom": "^11.5.1",
"lodash": ">=4.17.21"
"trim": ">=0.0.3"
"minimatch": "^3.0.4",
"node-gyp": "^3.6.2",
"node-pty": "^0.6.10",
"passport-local": "^1.0.0",
"request": "^2.81.0",
"request-progress": "^3.0.0",
"smalltalk": "^2.5.1",
"tableify": "^1.0.1",
"tar-fs": "^1.15.3",
"tcp-port-used": "^0.1.2",
"typescript": "^2.4.1",
"xterm": ">=3.8.1"
}
}