copay/package.json

20 lines
882 B
JSON
Raw Normal View History

{
"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",
"preapply": "npm i fs-extra",
"apply:copay": "npm run preapply && cd app-template && node apply.js copay && cd .. && npm i",
"apply:bitpay": "npm run preapply && cd app-template && node apply.js bitpay && cd .. && npm i"
},
"license": "MIT",
2014-08-01 11:33:45 -07:00
"repository": {
"url": "git://github.com/bitpay/copay.git",
2016-10-19 06:57:05 -07:00
"url": "git://github.com/bitpay/bitpay-wallet.git",
2014-08-01 11:33:45 -07:00
"type": "git"
},
"changes": "changes to this file can be commited with the --no-verify option"
2014-03-14 13:38:27 -07:00
}