2016-08-10 17:35:40 -03:00
|
|
|
{
|
2016-10-01 19:53:57 -04:00
|
|
|
"name": "*PACKAGENAME*",
|
2016-08-10 17:35:40 -03:00
|
|
|
"description": "*DESCRIPTION*",
|
|
|
|
|
"author": "BitPay",
|
|
|
|
|
"version": "*VERSION*",
|
2018-05-29 10:21:39 +09:00
|
|
|
"androidVersion": "*ANDROIDVERSION*",
|
2018-05-25 18:15:02 +09:00
|
|
|
"fullVersion": "*FULLVERSION*",
|
2016-08-10 17:35:40 -03:00
|
|
|
"keywords": [
|
2016-09-28 15:28:11 -04:00
|
|
|
"bitcoin",
|
2016-08-10 17:35:40 -03:00
|
|
|
"wallet",
|
2016-09-28 15:28:11 -04:00
|
|
|
"bitpay",
|
2016-08-10 17:35:40 -03:00
|
|
|
"copay",
|
|
|
|
|
"multisignature",
|
|
|
|
|
"bitcore"
|
|
|
|
|
],
|
2016-10-06 00:18:29 -04:00
|
|
|
"main": "www/index.html",
|
2016-10-18 15:27:09 -03:00
|
|
|
"title": "*USERVISIBLENAME*",
|
2018-06-19 18:25:05 +02:00
|
|
|
"nameCaseNoSpace": "*NAMECASENOSPACE*",
|
2016-08-10 17:35:40 -03:00
|
|
|
"window": {
|
2018-05-24 15:33:09 +09:00
|
|
|
"title": "*USERVISIBLENAME*",
|
2017-01-05 14:04:43 -03:00
|
|
|
"icon": "www/img/app/icon.png",
|
2016-08-10 17:35:40 -03:00
|
|
|
"toolbar": false,
|
|
|
|
|
"show": true,
|
|
|
|
|
"visible": true,
|
|
|
|
|
"resizable": true,
|
|
|
|
|
"frame": true,
|
2016-09-06 15:14:07 -03:00
|
|
|
"width": 400,
|
2016-10-11 10:50:43 -03:00
|
|
|
"height": 650,
|
2016-10-19 09:57:07 -03:00
|
|
|
"min_width": 400,
|
|
|
|
|
"max_width": 800,
|
|
|
|
|
"min_height": 650,
|
2016-08-10 17:35:40 -03:00
|
|
|
"position": "center",
|
|
|
|
|
"fullscreen": false
|
|
|
|
|
},
|
|
|
|
|
"webkit": {
|
|
|
|
|
"page-cache": false,
|
|
|
|
|
"java": false,
|
|
|
|
|
"plugin": false
|
|
|
|
|
},
|
|
|
|
|
"dom_storage_quota": 200,
|
|
|
|
|
"id": "jid1-x7bV5evAaI1P9Q",
|
2016-10-11 10:50:43 -03:00
|
|
|
"homepage": "*URL*",
|
2016-08-10 17:35:40 -03:00
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": {
|
2016-10-11 10:50:43 -03:00
|
|
|
"url": "*GITHUBREPOURL*",
|
2016-08-10 17:35:40 -03:00
|
|
|
"type": "git"
|
|
|
|
|
},
|
|
|
|
|
"bugs": {
|
2016-10-11 10:50:43 -03:00
|
|
|
"url": "*GITHUBREPOBUGS*"
|
2016-08-10 17:35:40 -03:00
|
|
|
},
|
2016-10-26 20:16:42 -04:00
|
|
|
"engines": {
|
|
|
|
|
"node": "6",
|
|
|
|
|
"npm": "3"
|
|
|
|
|
},
|
2016-08-10 17:35:40 -03:00
|
|
|
"dependencies": {
|
2016-09-28 15:28:11 -04:00
|
|
|
"adm-zip": "^0.4.7",
|
|
|
|
|
"angular": "1.4.6",
|
|
|
|
|
"angular-mocks": "1.4.10",
|
2016-10-11 17:07:02 -03:00
|
|
|
"bezier-easing": "^2.0.3",
|
2017-08-16 10:25:22 -03:00
|
|
|
"bhttp": "1.2.1",
|
2017-04-24 09:38:52 -03:00
|
|
|
"bitauth": "^0.2.1",
|
2018-03-08 18:30:16 +09:00
|
|
|
"bitcore-wallet-client": "https://github.com/Bitcoin-com/bitcore-wallet-client.git",
|
2016-09-28 15:28:11 -04:00
|
|
|
"bower": "^1.7.9",
|
2016-10-12 15:32:05 -03:00
|
|
|
"cordova-custom-config": "^3.0.5",
|
2017-02-15 21:36:19 +01:00
|
|
|
"cordova-plugin-qrscanner": "^2.5.0",
|
2018-05-08 11:39:32 +09:00
|
|
|
"cordova-plugin-vibration": "^3.0.1",
|
2016-08-10 17:35:40 -03:00
|
|
|
"coveralls": "^2.11.9",
|
|
|
|
|
"express": "^4.11.2",
|
|
|
|
|
"fs": "0.0.2",
|
|
|
|
|
"fs-extra": "^0.30.0",
|
2016-09-28 15:28:11 -04:00
|
|
|
"grunt-angular-gettext": "^2.2.3",
|
2016-08-10 17:35:40 -03:00
|
|
|
"grunt-browserify": "^5.0.0",
|
|
|
|
|
"grunt-cli": "^1.2.0",
|
2018-05-29 18:18:14 +09:00
|
|
|
"grunt-curl": "^2.4.1",
|
|
|
|
|
"grunt-zip": "^0.17.1",
|
2016-08-10 17:35:40 -03:00
|
|
|
"grunt-contrib-compress": "^1.3.0",
|
|
|
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
|
|
|
"grunt-contrib-uglify": "^2.0.0",
|
|
|
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
|
|
|
"grunt-exec": "^1.0.0",
|
|
|
|
|
"grunt-nw-builder": "^2.0.3",
|
|
|
|
|
"grunt-sass": "^1.2.0",
|
|
|
|
|
"load-grunt-tasks": "^3.5.0",
|
2017-11-28 14:49:41 +09:00
|
|
|
"shelljs": "^0.3.0",
|
2018-01-08 13:35:59 +09:00
|
|
|
"android-versions": "^1.2.1",
|
2018-06-01 17:42:29 +09:00
|
|
|
"bitcoincashjs-fork": "^1.0.3"
|
2016-08-10 17:56:27 -03:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2018-09-04 15:54:24 +09:00
|
|
|
"apply:bitcoincom": "npm i fs-extra && cd app-template && node apply.js bitcoincom && npm i && cordova prepare && cd ../ && ./fix-asn1.sh",
|
|
|
|
|
|
2018-09-04 16:45:52 +09:00
|
|
|
"build:android-debug": "grunt build-android-debug",
|
|
|
|
|
"build:android-release": "grunt build-android-release",
|
|
|
|
|
"build:desktop-release": "grunt build-desktop-release",
|
|
|
|
|
"build:desktop": "grunt build-desktop",
|
2018-09-05 09:48:42 +12:00
|
|
|
"build:ios-debug": "grunt build-ios-debug",
|
|
|
|
|
"build:ios-release": "grunt build-ios-release",
|
2018-09-04 16:45:52 +09:00
|
|
|
"build:osx-pkg": "grunt build-desktop-osx-pkg",
|
|
|
|
|
"build:osx-dmg": "grunt build-desktop-osx-dmg",
|
|
|
|
|
"build:others": "grunt build-desktop-others",
|
2018-09-05 09:48:42 +12:00
|
|
|
"build:windows": "cordova prepare windows && cordova build windows -- --arch=\"ARM\"",
|
|
|
|
|
"build:windows-release": "cordova prepare windows && cordova build windows --release --arch=\"ARM\"",
|
2018-09-05 10:33:47 +12:00
|
|
|
"build:www": "grunt",
|
|
|
|
|
"build:www-release": "grunt prod",
|
|
|
|
|
|
2018-09-05 09:48:42 +12:00
|
|
|
"clean": "trash platforms && trash plugins && cordova prepare",
|
|
|
|
|
"clean-all": "git clean -dfx",
|
2018-09-04 15:54:24 +09:00
|
|
|
|
|
|
|
|
"final:android": "npm run build:android-release",
|
2018-09-05 10:33:47 +12:00
|
|
|
"final:app": "npm run build:app-release",
|
2018-09-04 16:45:52 +09:00
|
|
|
"final:desktop": "npm run build:build-desktop-release",
|
2018-09-05 10:33:47 +12:00
|
|
|
"final:ios": "npm run build:ios-release",
|
2018-09-04 15:54:24 +09:00
|
|
|
"final:mobile": "npm run build:mobile-release",
|
2018-09-05 10:33:47 +12:00
|
|
|
"final:windows": "npm run build:windows-release",
|
|
|
|
|
"final:www": "npm run build:www-release",
|
2018-09-05 09:48:42 +12:00
|
|
|
|
|
|
|
|
"log:android": "adb logcat | grep chromium",
|
|
|
|
|
|
|
|
|
|
"open:android": "grunt exec:android_studio",
|
|
|
|
|
"open:ios": "grunt exec:xcode",
|
|
|
|
|
|
|
|
|
|
"postinstall": "bower install",
|
|
|
|
|
|
|
|
|
|
"sign:android": "grunt sign-android",
|
|
|
|
|
"sign:desktop": "grunt sign-desktop",
|
|
|
|
|
|
|
|
|
|
"start": "npm run build:www && ionic serve --nolivereload --nogulp -s --address 0.0.0.0",
|
|
|
|
|
"start:chrome": "npm run build:www && ionic serve --nolivereload --nogulp -s --address 0.0.0.0 --browser \"google chrome\"",
|
|
|
|
|
"start:android": "grunt start-android",
|
2018-09-05 09:56:19 +12:00
|
|
|
"start:android-log": "grunt start-android && npm run log:android",
|
2018-09-05 09:48:42 +12:00
|
|
|
"start:ios": "grunt start-ios",
|
|
|
|
|
"start:windows": "npm run build:www && npm run build:windows",
|
|
|
|
|
|
|
|
|
|
"test": "karma start test/karma.conf.js --single-run",
|
|
|
|
|
"unstage-package": "git reset package.json",
|
|
|
|
|
"watch": "grunt watch"
|
2016-08-10 17:56:27 -03:00
|
|
|
},
|
2016-09-30 21:18:54 -04:00
|
|
|
"devDependencies": {
|
2016-10-12 15:32:05 -03:00
|
|
|
"cordova": "^6.3.1",
|
|
|
|
|
"grunt": "^1.0.1",
|
2017-08-09 11:09:20 -03:00
|
|
|
"ionic": "^3.6.0",
|
2018-06-06 19:53:57 +12:00
|
|
|
"jasmine-core": "^3.1.0",
|
|
|
|
|
"karma": "^2.0.2",
|
|
|
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
|
|
|
"karma-jasmine": "^1.1.2",
|
2016-10-11 10:50:43 -03:00
|
|
|
"trash-cli": "^1.4.0",
|
2017-08-09 11:09:20 -03:00
|
|
|
"lodash": "^4.17.4",
|
2016-10-19 21:53:37 -04:00
|
|
|
"pre-commit": "^1.1.3"
|
|
|
|
|
},
|
|
|
|
|
"pre-commit": "unstage-package"
|
2018-08-18 02:03:23 +09:00
|
|
|
}
|