Adds node-webkit support to package.json, icons/favicon. Fix setup-win syntax. Adds new constants to templates
This commit is contained in:
parent
7edf1b2894
commit
756e1aa489
13 changed files with 75 additions and 28 deletions
35
package.json
35
package.json
|
|
@ -1,4 +1,9 @@
|
|||
{
|
||||
{
|
||||
"//":"PLEASE! Do not edit this file directly",
|
||||
"//":" Modify it at app-template/",
|
||||
|
||||
"name": "bitpay",
|
||||
"description": "Secure Bitcoin Storage",
|
||||
"author": "BitPay",
|
||||
"version": "0.14.0",
|
||||
"keywords": [
|
||||
|
|
@ -9,14 +14,35 @@
|
|||
"multisignature",
|
||||
"bitcore"
|
||||
],
|
||||
"homepage": "https://github.com/bitpay/copay",
|
||||
"main": "www/index.html",
|
||||
"window": {
|
||||
"title": "BitPay - Secure Bitcoin Wallet",
|
||||
"icon": "www/img/icon-128.png",
|
||||
"toolbar": false,
|
||||
"show": true,
|
||||
"visible": true,
|
||||
"resizable": true,
|
||||
"frame": true,
|
||||
"width": 400,
|
||||
"height": 650,
|
||||
"position": "center",
|
||||
"fullscreen": false
|
||||
},
|
||||
"webkit": {
|
||||
"page-cache": false,
|
||||
"java": false,
|
||||
"plugin": false
|
||||
},
|
||||
"dom_storage_quota": 200,
|
||||
"id": "jid1-x7bV5evAaI1P9Q",
|
||||
"homepage": "https://bitpay.com",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"url": "git://github.com/bitpay/copay.git",
|
||||
"url": "git://github.com/bitpay/bitpay-wallet.git",
|
||||
"type": "git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/bitpay/copay/issues"
|
||||
"url": "https://github.com/bitpay/bitpay-wallet/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"adm-zip": "^0.4.7",
|
||||
|
|
@ -59,7 +85,6 @@
|
|||
"karma-sinon": "^1.0.5",
|
||||
"load-grunt-tasks": "^3.5.0",
|
||||
"mocha": "^2.4.5",
|
||||
"pbkdf2": "^3.0.4",
|
||||
"phantomjs-prebuilt": "^2.1.7",
|
||||
"shelljs": "^0.3.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue