forked from bitpay/bitcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 833 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "libcoin",
"description": "Bitcoin Library",
"version": "0.1.5",
"author": {
"name": "Stephen Pair",
"email": "[email protected]"
},
"contributors": [
{"name": "Stefan Thomas", "email": "[email protected]"},
{"name": "Jeff Garzik", "email": "[email protected]"}
],
"keywords": [
"bitcoin",
"btc",
"satoshi",
"money",
"currency",
"virtual"
],
"repository": {
"type": "git",
"url": "http://github.com/gasteve/node-libcoin.git"
},
"scripts": {},
"dependencies": {
"classtool": "=1.0.0",
"base58-native": "=0.1.1",
"bindings": "=1.1.0",
"bufferput": "=0.1.1",
"bignum": "=0.6.1",
"binary": "=0.3.0",
"step": "=0.0.4",
"buffers": "=0.1.1",
"buffertools": "=1.1.1"
},
"devDependencies": {},
"license": "MIT"
}