Wallet/package.json

33 lines
682 B
JSON
Raw Normal View History

2014-03-14 17:38:27 -03:00
{
"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",
2014-03-26 15:26:31 -03:00
"dependencies": {
"bitcore": "0.1.8",
"soop": "0.1.5"
},
2014-03-14 17:38:27 -03:00
"devDependencies": {
"grunt-cli": "~0.1.13",
"karma": "~0.12.1",
"karma-chrome-launcher": "~0.1.2",
"mocha": "~1.18.2",
2014-03-26 15:26:31 -03:00
"karma-mocha": "~0.1.3",
"chai": "~1.9.0"
2014-03-14 17:38:27 -03:00
}
}