-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
45 lines (45 loc) · 1.24 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
{
"main": "index.html",
"name": "FreeWallet",
"description": "Freewallet is a free open source desktop wallet that supports Bitcoin and Counterparty",
"version": "2.0.0",
"author": "Jeremy Johnson <[email protected]>",
"license": "MIT",
"user-agent": "%name %ver (%osinfo)",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/jdogresorg/freewallet-desktop.git"
},
"single-instance": true,
"window": {
"title": "FreeWallet",
"icon": "images/freewallet-icon-180.png",
"toolbar": false,
"min_width": 1024,
"min_height": 768,
"width": 1200,
"height": 768,
"resizable": true
},
"dependencies": {
"@bassettsj/livestamp": "^2.0.0",
"async": "^2.5.0",
"bootstrap": "^3.3.7",
"bootstrap-3-typeahead": "^4.0.2",
"bootstrap-dialog": "^1.34.6",
"bootstrap-select": "1.13.18",
"bootstrap-validator": "^0.11.9",
"crypto-js": "^3.1.9-1",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"font-awesome": "^4.7.0",
"highstock-release": "^6.0.3",
"jquery": "^3.2.1",
"jquery-ui-dist": "^1.12.1",
"jquery.qrcode": "^1.0.3",
"jquery.rateit": "^1.1.1",
"moment": "^2.18.1",
"numeraljs": "^1.5.6",
"tiny-secp256k1": "^2.2.3"
}
}