-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 778 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 778 Bytes
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
{
"name": "cryptocoin",
"version": "0.3.0",
"description": "Crypto currency library for Bitcoin, Litecoin, etc.",
"main": "./lib/index.js",
"keywords": [
"bitcoin",
"litecoin",
"crypto",
"cryptocoin",
"cryptography",
"coin",
"currency",
"cryptocurrency",
"namecoin"
],
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/cryptocoinjs/cryptocoin"
},
"devDependencies": {
"mocha": "*",
"browserify": "~2.36.1",
"uglifyjs": "~2.3.6"
},
"dependencies": {
"sha256": "0.1.x",
"convert-hex": "0.1.x",
"ripemd160": "0.1.x",
"btc-address": "0.2.x",
"eckey": "0.3.x",
"bigi": "0.2.x",
"bs58": "0.2.x",
"ecdsa": "~0.3.0",
"secure-random": "~0.1.0"
}
}