Wallet/package.json
Ryan X. Charles c25e7eb00f rename cosign -> copay
We got a cease & desist letter for the name "cosign". We are renaming to copay,
which does not have any relevant trademarks registered and for which we own the
domain name copay.io.
2014-03-28 11:17:46 -04:00

28 lines
587 B
JSON

{
"name": "copay",
"version": "0.0.1",
"description": "A multisignature wallet",
"repository": {
"type": "git",
"url": "git://github.com/bitpay/copay.git"
},
"keywords": [
"wallet",
"cosign",
"multisignature",
"bitcoin"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitpay/copay/issues"
},
"homepage": "https://github.com/bitpay/copay",
"devDependencies": {
"grunt-cli": "~0.1.13",
"karma": "~0.12.1",
"karma-chrome-launcher": "~0.1.2",
"mocha": "~1.18.2",
"karma-mocha": "~0.1.3"
}
}