2016-10-19 02:29:42 -04:00
{
"name" : "distribution-not-selected" ,
"description" : "Choose a distribution by running 'npm run apply:copay' or 'npm run apply:bitpay'." ,
"primary-package-json" : "See the tempate in app-template/package.json" ,
2016-10-21 12:04:02 -04:00
"pre-commit" : "unstage-package" ,
"changes" : "changes to this file can be commited with the --no-verify option" ,
2016-10-19 02:29:42 -04:00
"scripts" : {
2016-10-21 12:01:29 -04:00
"postinstall" : "npm run apply:copay && echo && echo \"Repo configured for standard Copay distribution. To switch to the BitPay distribution, run 'npm run apply:bitpay'.\" && echo" ,
2016-10-19 02:29:42 -04:00
"start" : "echo && echo \"Choose a distribution by running 'npm run apply:copay' or 'npm run apply:bitpay'.\" && echo" ,
2016-10-21 12:11:45 -04:00
"apply:copay" : "npm i fs-extra@0.30 && cd app-template && node apply.js copay && cd .. && npm i" ,
2017-07-04 11:38:00 +09:00
"apply:bitcoincom" : "npm i fs-extra && cd app-template && node apply.js bitcoincom && npm i && cordova prepare" ,
2016-10-21 12:11:45 -04:00
"apply:bitpay" : "npm i fs-extra@0.30 && cd app-template && node apply.js bitpay && cd .. && npm i" ,
2016-10-21 12:04:02 -04:00
"unstage-package" : "git reset package.json" ,
2016-10-19 22:03:57 -04:00
"clean-all" : "git clean -dfx"
2016-10-11 10:50:43 -03:00
} ,
2016-10-21 12:01:29 -04:00
"dependencies" : {
2016-10-21 12:11:45 -04:00
"pre-commit" : "^1.1.3"
2016-10-21 12:01:29 -04:00
} ,
2014-09-24 12:34:29 -03:00
"license" : "MIT" ,
2014-08-01 15:33:45 -03:00
"repository" : {
2016-10-19 10:57:05 -03:00
"url" : "git://github.com/bitpay/bitpay-wallet.git" ,
2014-08-01 15:33:45 -03:00
"type" : "git"
2016-10-21 12:01:29 -04:00
}
2014-03-14 17:38:27 -03:00
}