first commit

This commit is contained in:
Mario Colque 2014-03-14 17:38:27 -03:00
commit f2d18e67bf
10 changed files with 140 additions and 0 deletions

24
package.json Normal file
View file

@ -0,0 +1,24 @@
{
"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",
"devDependencies": {
"grunt-cli": "~0.1.13"
}
}