Wallet/package.json
2014-03-26 15:26:31 -03:00

33 lines
682 B
JSON

{
"name": "cosign",
"version": "0.0.1",
"description": "A multisignature wallet",
"repository": {
"type": "git",
"url": "git://github.com/bitpay/cosign.git"
},
"keywords": [
"wallet",
"cosign",
"multisignature",
"bitcoin"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitpay/cosign/issues"
},
"homepage": "https://github.com/bitpay/cosign",
"dependencies": {
"bitcore": "0.1.8",
"soop": "0.1.5"
},
"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",
"chai": "~1.9.0"
}
}