-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.55 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.55 KB
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
{
"name": "FoxletStellar",
"version": "7.0.0",
"description": "Foxlet destktop client for Stellar",
"main": "main.js",
"chromium-args": "--disable-gpu",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "build --tasks win-x86,win-x64,linux-x86,linux-x64,mac-x64 --mirror https://npm.taobao.org/mirrors/nwjs/ .",
"mac": "build --tasks mac-x64 --mirror https://npm.taobao.org/mirrors/nwjs/ .",
"win": "build --tasks win-x86,win-x64 --mirror https://npm.taobao.org/mirrors/nwjs/ .",
"linux": "build --tasks linux-x86,linux-x64 --mirror https://npm.taobao.org/mirrors/nwjs/ .",
"start": "run --x64 --mirror https://npm.taobao.org/mirrors/nwjs/ ."
},
"author": "ripplefox",
"license": "ISC",
"devDependencies": {
"nwjs-builder-phoenix": "^1.15.0"
},
"dependencies": {
"angular": "^1.7.9",
"angular-chart.js": "^1.1.1",
"angular-qrcode": "^7.2.0",
"angular-route": "^1.7.9",
"angular-translate": "^2.18.2",
"bip39": "^3.0.2",
"bootstrap": "^3.4.1",
"chart.js": "^2.7.2",
"ed25519-hd-key": "^1.1.2",
"font-awesome": "^4.7.0",
"jquery": "^3.5.0",
"qrcode-generator": "^1.4.4",
"sjcl": "^1.0.8",
"stellar-sdk": "^9.1",
"underscore": "^1.9.2"
},
"build": {
"nwVersion": "0.45.2",
"win": {
"productName": "FoxletStellar",
"companyName": "RippleFox",
"icon": "./img/rocket.ico"
},
"mac": {
"displayName": "FoxletStellar",
"icon": "./img/rocket.icns"
}
},
"window": {
"icon": "img/rocket.png"
}
}