Adds node-webkit support to package.json, icons/favicon. Fix setup-win syntax. Adds new constants to templates

This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-11 10:50:43 -03:00
commit 756e1aa489
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
13 changed files with 75 additions and 28 deletions

View file

@ -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"
},