first commit
This commit is contained in:
parent
eaf975266a
commit
f2d18e67bf
10 changed files with 140 additions and 0 deletions
24
package.json
Normal file
24
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue