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": {
|
|
|
|
|
"postinstall": "npm run apply:copay",
|
|
|
|
|
"start": "echo && echo \"Choose a distribution by running 'npm run apply:copay' or 'npm run apply:bitpay'.\" && echo",
|
2016-10-19 21:53:37 -04:00
|
|
|
"preapply": "npm i fs-extra",
|
2016-10-19 22:03:57 -04:00
|
|
|
"apply:copay": "npm run preapply && cd app-template && node apply.js copay && cd .. && npm i && npm run postapply",
|
|
|
|
|
"apply:bitpay": "npm run preapply && cd app-template && node apply.js bitpay && cd .. && npm i && npm run postapply",
|
|
|
|
|
"clean-all": "git clean -dfx"
|
2016-10-11 10:50:43 -03:00
|
|
|
},
|
2014-09-24 12:34:29 -03:00
|
|
|
"license": "MIT",
|
2014-08-01 15:33:45 -03:00
|
|
|
"repository": {
|
2016-10-19 02:29:42 -04:00
|
|
|
"url": "git://github.com/bitpay/copay.git",
|
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-19 21:53:37 -04:00
|
|
|
},
|
|
|
|
|
"changes": "changes to this file can be commited with the --no-verify option"
|
2014-03-14 17:38:27 -03:00
|
|
|
}
|