2016-10-19 02:29:42 -04:00
{
2016-10-21 12:01:29 -04:00
"changes" : "changes to this file can be commited with the --no-verify option" ,
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" ,
"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:01:29 -04:00
"apply:copay" : "cd app-template && node apply.js copay && cd .. && npm i && npm run postapply" ,
"apply:bitpay" : "cd app-template && node apply.js bitpay && cd .. && npm i && npm run postapply" ,
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" : {
"fs-extra" : "^0.30.0"
} ,
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
}