package: add contributors
This commit is contained in:
parent
e01f1d0b6d
commit
9c27eecdb9
1 changed files with 22 additions and 1 deletions
23
package.json
23
package.json
|
@ -9,7 +9,28 @@
|
|||
"client",
|
||||
"library"
|
||||
],
|
||||
"author": "Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Daniel Cousens",
|
||||
"email": "bitcoin@dcousens.com",
|
||||
"url": "http://dcousens.com"
|
||||
},
|
||||
{
|
||||
"name": "Kyle Drake",
|
||||
"email": "kyle@kyledrake.net",
|
||||
"url": "http://kyledrake.net/"
|
||||
},
|
||||
{
|
||||
"name": "Wei Lu",
|
||||
"email": "luwei.here@gmail.com",
|
||||
"url": "http://weilu.github.io/"
|
||||
},
|
||||
{
|
||||
"name": "Stefan Thomas",
|
||||
"email": "justmoon@members.fsf.org",
|
||||
"url": "http://www.justmoon.net"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bitcoinjs/bitcoinjs-lib.git"
|
||||
|
|
Loading…
Add table
Reference in a new issue