copay/package.json

19 lines
578 B
JSON

{
"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 && npm install",
"apply:copay": "cd app-template && node apply.js copay",
"apply:bitpay": "cd app-template && node apply.js bitpay"
},
"dependencies": {
"fs-extra": "^0.30.0"
},
"license": "MIT",
"repository": {
"url": "git://github.com/bitpay/copay.git",
"type": "git"
}
}